[imp] Can't send mail from IMP
Eric Rostetter
eric.rostetter@physics.utexas.edu
Thu Nov 14 04:13:54 2002
Quoting Mohamad Rezwan <rezwan@tv3.com.my>:
> > $conf['mailer']['type'] = 'sendmail'; $conf['mailer']['params'] =
> > array('sendmail_path' => '/usr/sbin/sendmail');
This is what it is complaining about, but it looks okay to me.
> > Notice: Array to string conversion in
> > /export/home/local/lib/php/Mail.php on line 45
This is in PEAR::Mail, and from what I can see the error is with
the $conf['mailer']['type'] being seen as an array instead of a string.
I have no idea why.
> > Fatal error: Call to undefined function: send() in
> > /export/home/source/horde-2.1/imp/compose.php on line 805
Again, this is trying to call Mail::send() and failing. Don't know why?
> > Can anybody please help me..please
Do you perhaps have multiple PEAR installs on your machine?
Hopefully someone else can help you with this... I'm stumped.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
More information about the imp
mailing list