entropy Posted May 24, 2008 Share Posted May 24, 2008 The confirmation emails sent from my website http://earthlandrealms.com when users sign up isn't being delivered to aol.com address's and some other email providers. The strange thing is if I send the same exact email manually using the web based email program Horde, on the same server, using the same email address, it gets delivered. Both Horde and the page sending the email are PHP. The only thing I can think of is that maybe the code is wrong somehow even though the emails do get delivered to gmail and others. Here's the code: $ism=mail($cgi['email'],"EarthlandRealms.com Activation e-mail","Welcome to Earthland Realms! \n Your username is: {$cgi['username']} \n Your activation password is {$pas} \n\nEarthlandRealms.com", "From: [email protected]"); Link to comment https://forums.phpfreaks.com/topic/107132-confusing-problem-with-email-delivery-from-my-site-to-aol-others/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.