I am trying to get mail() on a server and am having no luck. Other mail
functions work fine. I have the following in php.ini:
sendmail_path = "/usr/sbin/sendmail -t -i"
In php there are no errors. Any ideas welcome at this point, thanks!
functions work fine. I have the following in php.ini:
sendmail_path = "/usr/sbin/sendmail -t -i"
In php there are no errors. Any ideas welcome at this point, thanks!
Comment