Posted by berkshire on 09/19/07 23:33
I installed the Pear mail package and then created a quick script
using the example from http://pear.php.net/manual/en/package.mail.mail.send.php
I getting the following error:
Fatal error: Call to undefined method PEAR_Error::send() in /var/www/
html/site/htdocs/testmail.php on line 17
Anyone know why this is happening? The object is successfully created
and the send() method is included in the class that successfully
created the object, so I don't understand how this is even possible.
TIA
[Back to original message]
|