popcop Posted February 12, 2013 Share Posted February 12, 2013 im using these headers in my PHP to make sure that emails are avoiding the junk mail folder but they dont seem to be working very well. $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: [email protected] <[email protected]>\r\n"; $headers .= "Reply-To: [email protected] <[email protected]>\r\n"; $headers .= "Return-Path: [email protected] <[email protected]>\r\n"; $headers .= "X-Priority: 3\r\n"; $headers .= "X-MSMail-Priority: Normal\r\n"; is there anythin from the above code that u would change or remove that might help this work? Link to comment https://forums.phpfreaks.com/topic/274396-mail-header-to-prevent-mail-going-straight-to-junk/ Share on other sites More sharing options...
jazzman1 Posted February 13, 2013 Share Posted February 13, 2013 Where do you host the web application or you're using the own home machine for a server? Link to comment https://forums.phpfreaks.com/topic/274396-mail-header-to-prevent-mail-going-straight-to-junk/#findComment-1412260 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.