bearbug2003 Posted June 24, 2006 Share Posted June 24, 2006 Hi AllUsing php to send a Mime format email with attachment. If I send the mail to [email protected] address it works perfectly.However if I send exactly the same mail to my Yahoo address or any others(eg [email protected]) it never seems to arrive.Any ideas?Many thanks in advance Link to comment https://forums.phpfreaks.com/topic/12773-ideassuggestions/ Share on other sites More sharing options...
AndyB Posted June 24, 2006 Share Posted June 24, 2006 incomplete or malformed headers, most likely. 'Free' email addresses being notorious as sources of spam, you should try to ensure that your mail headers include the from and reply-to fields ... check the php manual mail() function for all the gory details.And it might be worth checking in your 'spam' folder or even your email settings to make sure you haven't got some bizarre 'black list' or 'white list' that's messing things up. Link to comment https://forums.phpfreaks.com/topic/12773-ideassuggestions/#findComment-48969 Share on other sites More sharing options...
bearbug2003 Posted June 25, 2006 Author Share Posted June 25, 2006 [!--quoteo(post=387348:date=Jun 23 2006, 09:07 PM:name=AndyB)--][div class=\'quotetop\']QUOTE(AndyB @ Jun 23 2006, 09:07 PM) [snapback]387348[/snapback][/div][div class=\'quotemain\'][!--quotec--]incomplete or malformed headers, most likely. 'Free' email addresses being notorious as sources of spam, you should try to ensure that your mail headers include the from and reply-to fields ... check the php manual mail() function for all the gory details.And it might be worth checking in your 'spam' folder or even your email settings to make sure you haven't got some bizarre 'black list' or 'white list' that's messing things up.[/quote]Many thanks Andy - will have a go at that Link to comment https://forums.phpfreaks.com/topic/12773-ideassuggestions/#findComment-49285 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.