PHP Mail Issues
Posted: Wed Jun 27, 2007 9:03 am
Hi,
I have wrote a small PHP script using the mail( command. Everything is working fine when sending e-mails to hotmail receipients etc, but the minute I try and mail someone with a ISP mail address, they dont receive the e-mail.
I checked my php.ini file and have the following:
sendmail_from no value no value
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
I specified the sendmail_from address in my php file itself, so any ideas what else could be wrong.
I have searched the forum and seen everyone recommended swift mailer, but dont want to go down that route yet.
Thanks
Mabs
I have wrote a small PHP script using the mail( command. Everything is working fine when sending e-mails to hotmail receipients etc, but the minute I try and mail someone with a ISP mail address, they dont receive the e-mail.
I checked my php.ini file and have the following:
sendmail_from no value no value
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
I specified the sendmail_from address in my php file itself, so any ideas what else could be wrong.
I have searched the forum and seen everyone recommended swift mailer, but dont want to go down that route yet.
Thanks
Mabs