JSHINER Posted May 15, 2007 Share Posted May 15, 2007 I have the following: $msgtxt = "$message"; $header = "To: ".$friend."\n"; $header .= "From: ".$you."\r\n"; $mailresult = @mail("",$subject,$msgtxt,$header); And AOL users do not receive the message. Does anyone know why? Link to comment https://forums.phpfreaks.com/topic/51424-sending-form-results-to-an-aol-email-account/ Share on other sites More sharing options...
cooldude832 Posted May 15, 2007 Share Posted May 15, 2007 I too would also like to know the answer to this. Link to comment https://forums.phpfreaks.com/topic/51424-sending-form-results-to-an-aol-email-account/#findComment-253278 Share on other sites More sharing options...
cooldude832 Posted May 15, 2007 Share Posted May 15, 2007 all the forumn answers give no help. Link to comment https://forums.phpfreaks.com/topic/51424-sending-form-results-to-an-aol-email-account/#findComment-253279 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.