Hi,
I installed postfix (www.postfix.org), but when I tried to send mail using
php's mail() function, I got the error:
Fatal error: Call to undefined function: mail() ...
I did a bit of googling, and someone with the same prob was told to
recompile php. So did I, but I still get the error message.
I went to php.net/mail , checked as described the postfix sendmail-wrappers
in /usr/sbin/ and /usr/lib, they are ok..
In Makefile I found:
PROG_SENDMAIL = /usr/sbin/sendmail
so this seems to be ok too..
I did "apachectl stop" & "apachectl start", and did not edit php.ini.
Anybody knows a solution?
Thanks in advance