Page 1 of 1

Fatal error: Call to undefined function: mail()

Posted: Mon Dec 20, 2004 4:56 am
by sametch
I have a form processing script I have been using happily for nearly 3 years.

Last week I changed my server and now when I try to send the form I get the error above.

Does anyone know why I could now be getting this error?

:?

Posted: Mon Dec 20, 2004 5:31 am
by markl999
It means PHP didn't find a sendmail binary when it was compiled.
Something like /usr/sbin/sendmail needs to exists at compilation. To fix it you'll need to install sendmail or qmail etc and recompile PHP.