tommyda Posted January 25, 2009 Share Posted January 25, 2009 I have a user registration system working perfectly apart from It wont send emails to hotmail or yahoo addresses. It sends them to my [email protected] ect but not to free ones. Can any one tell me why? Have you ever experience this problem? What was you're solution? Link to comment https://forums.phpfreaks.com/topic/142405-php-email-not-sending-to-hotmail-or-yahoo-addresses/ Share on other sites More sharing options...
genericnumber1 Posted January 25, 2009 Share Posted January 25, 2009 It's likely you aren't sending enough headers and the email is being marked as spam. Link to comment https://forums.phpfreaks.com/topic/142405-php-email-not-sending-to-hotmail-or-yahoo-addresses/#findComment-746117 Share on other sites More sharing options...
PFMaBiSmAd Posted January 25, 2009 Share Posted January 25, 2009 Either the DNS records for the sending mail server are not set or are not correct, or you are doing something like putting a From: address that is not a mail box hosted at the sending mail server. Link to comment https://forums.phpfreaks.com/topic/142405-php-email-not-sending-to-hotmail-or-yahoo-addresses/#findComment-746119 Share on other sites More sharing options...
tommyda Posted January 25, 2009 Author Share Posted January 25, 2009 Either the DNS records for the sending mail server are not set or are not correct, or you are doing something like putting a From: address that is not a mail box hosted at the sending mail server. Thanks but wouldnt that stop the emails from sending full stop ? They are arriving at gmail just not hotmail or yahoo Link to comment https://forums.phpfreaks.com/topic/142405-php-email-not-sending-to-hotmail-or-yahoo-addresses/#findComment-746121 Share on other sites More sharing options...
PFMaBiSmAd Posted January 25, 2009 Share Posted January 25, 2009 Different receiving mail servers check different things in determining if they will accept an email and/or mark it as spam. Link to comment https://forums.phpfreaks.com/topic/142405-php-email-not-sending-to-hotmail-or-yahoo-addresses/#findComment-746122 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.