[imp] errors when attempting to send
RangerFox
rangerfox@rangerfox.net
Sat, 4 Nov 2000 12:06:31 -0600 (CST)
It does send...I just gat that error in the compose pop-up window
On Sat, 4 Nov 2000, RangerFox wrote:
> That gave me a new error (but it got rid of the other ones)
>
> Fatal error: Only variables can be passed by reference in
> /home/soulhadji/public_html/webmail/horde/imp/compose.php on line 672
>
>
> On Fri, 3 Nov 2000, Max Kalika wrote:
>
> > Quoting RangerFox <rangerfox@rangerfox.net>:
> >
> > > I don't have those lines in my conf for imp... I have
> > >
> > > conf['utils'] = array();
> > > $conf['utils']['sendmail'] = '/usr/sbin/sendmail';
> >
> > Right, Chuck moved to the Mail:: PEAR class. Look in conf.php.dist for an
> > example. $conf['utils']['sendmail'] was removed in favor of $conf['mailer']
> > settings. Also look in Mail/sendmail.php for further explanation of the Mail::
> > classes. In any case add these directives to your conf.php file:
> >
> > $conf['mailer']['type'] = 'sendmail';
> > $conf['mailer']['params'] = array();
> > $conf['mailer']['params']['sendmail_path'] = '/usr/sbin/sendmail';
> >
> > Though I noticed that the sendmail driver will use /usr/sbin/sendmail if you
> > don't tell it where sendmail is so you won't need that third line. But you do
> > have to make sure you specify to use the sendmail driver.
> >
> >
> > --mk23
> >
> > --
> > IMP mailing list: http://horde.org/imp/
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> >
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>