hello everyone,
I have always used php on a windows machine and have not had a problem with the mail() function.
I am now using it on a linux machine with apache, and cannot get my mail() scripts to send mail. the php.ini path reads:
sendmail_path = /usr/sbin/sendmail -t -i
This is a virtual host set up by apollo servers hosting. I double checked to make sure that sendmail was indeed located in that directory, and it is.
Is there something that I am overlooking??
Thanks in advance!
Jon