michaellunsford Posted October 29, 2008 Share Posted October 29, 2008 I migrated servers a little while back and heard that my old contact form isn't working. So I sent myself a bunch of messages with it. Nothing. I built this little script: <?php mail('[email protected]','test message','test body'); ?> Nothing. on the off chance that I did something stoopid, I add in the ini_set ("display_errors", "1"); error_reporting(E_ALL); Still no errors, and no email. Here's everything in my phpinfo that has "mail" in it: mail.force_extra_parameters no value no value sendmail_from no value no value sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i Path to sendmail /usr/sbin/sendmail -t -i What do I look for next? Link to comment https://forums.phpfreaks.com/topic/130632-solved-mail-not-mailing-no-errors/ Share on other sites More sharing options...
michaellunsford Posted October 29, 2008 Author Share Posted October 29, 2008 on a hunch, I added the server's primary domain (the one it uses as anonymous@ if none is specified) to spam assassin's white list. Poof. Fixed. Who knew? Link to comment https://forums.phpfreaks.com/topic/130632-solved-mail-not-mailing-no-errors/#findComment-677781 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.