I installed the Pear mail package and then created a quick script
using the example from http://pear.php.net/manual/en/packag....mail.send.php
I getting the following error:
Fatal error: Call to undefined method PEAR_Error::sen d() 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
using the example from http://pear.php.net/manual/en/packag....mail.send.php
I getting the following error:
Fatal error: Call to undefined method PEAR_Error::sen d() 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
Comment