Hi
I have built a webserver in UNIX and installed Apache with Php. I'm trying to send mail with the mail() function in PHP but I can't send any mail. I have configured the php.ini, just set the path to sendmail in Unix. Does anyone have a solution?
It shall work automatically if your mta is properly configured.
before trying to use php for sending mail, be sure that it works with mutt , or mail, or telnet localhost 25 🙂