Havery Jay Posted November 28, 2007 Share Posted November 28, 2007 Hello, I am new to php and have the following problem: I have set up the following on a page so that it emails clients automatically: $csubject = "My Email Subject"; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=utf-8\r\n"; $headers .= "Reply-To: My Email <myemail@myemail address.co.uk>\r\n"; $headers .= "Return-Path: My Email <myemail@myemail address.co.uk>\r\n"; $headers .= "From: My Email <myemail@myemail address.co.uk>\r\n"; mail($email, $csubject , $message , $headers, "-myemail@myemail address.co.uk"); This works every time as far as i am aware - apart from when i try to contact AOL customers this way. If anyone has any sugestions how to get this through to AOL that would be fantastic!! Many thanks Havery Jay Quote Link to comment Share on other sites More sharing options...
PhaZZed Posted November 28, 2007 Share Posted November 28, 2007 Does AOL block it as spam or does it just not go through? Quote Link to comment Share on other sites More sharing options...
Havery Jay Posted November 28, 2007 Author Share Posted November 28, 2007 Hi THanks for your quick reply, AOL do not let it through at all and it does not always bounce back to the sender address. I have checked spam filters etc but it is not in there Quote Link to comment Share on other sites More sharing options...
Havery Jay Posted November 29, 2007 Author Share Posted November 29, 2007 Hi , Can anyone advise? I'm Still Stuck! Quote Link to comment Share on other sites More sharing options...
revraz Posted November 29, 2007 Share Posted November 29, 2007 Someone else with the same issue http://www.phpfreaks.com/forums/index.php/topic,169205.0.html Quote Link to comment Share on other sites More sharing options...
Havery Jay Posted November 29, 2007 Author Share Posted November 29, 2007 Thanks for the link revraz , does this mean i need to contact my web host (freeola) to see if they can fix this problem as it may be to do with dns settings. As you can tell i am not that well up on php and dns so don't really know what to do next, hope you can help Quote Link to comment Share on other sites More sharing options...
revraz Posted November 29, 2007 Share Posted November 29, 2007 I would contact Cooldude in that post to see if he found a resolution. Quote Link to comment Share on other sites More sharing options...
Havery Jay Posted November 29, 2007 Author Share Posted November 29, 2007 Will do, Many thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.