Re: mail() Problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, May 9, 2005 4:02 pm, Mary-Anne Nayler said:
> Fatal error: Call to undefined function: mail() in <the path to my
> script> on line <line number>

That means PHP has no mail() function to even call, which is MUCH earlier
in the process than sendmail location.

Most likely, your webhost has decided that to stop spammers and runaway
mail abuse, he'd just rip out the mail() function from PHP.

You may be able to bypass this by using one of the mail classes at
http://phpclasses.org to talk directly to an SMTP server not under that
webhost control.

So, this time, it's actually NOT about paths/permissions on sendmail. :-)

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux