Hello,
I just installed php on my server, it works with apache & mysql
Got a little problem, when I want to use the mail() function
php returns me : "Warning: mail() is not supported in this PHP build" .
Is this a build problem ? What command line option should I use then to build it with mail() support.
Or is it a php.ini problem ?
I've added the following line to php.ini, but it still doesn't work.
sendmail_path="/var/qmail/bin/qmail-inject"
qmail is present on the system.
Greetz,
Codecks