I've read many posts about setting the smtp host address.
The only problem I have is that in my php.ini file I have NO mail, sendmail or smtp information set. So I added
[mail function]
SMTP = smtp.sevenww.com
sendmail_from = jcheuvront@sevenww.com
now when I rum phpinfo()
it shows
sendmail_from jcheuvront@sevenww.com
sendmail_path /usr/sbin/sendmail -t -i
SMTP smtp.sevenww.com
Where is it getting the sendmail path from? I do not have sendmail configed on thius server because we use a different server for mail. Please help I'm very confussed.
-- Jon C.