discomatt Posted April 14, 2008 Share Posted April 14, 2008 These headers have always made it through hotmail's filters for me $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-type: " . $contentType . "; charset=iso-8859-1\r\n"; $headers .= "From: \"" . $yourname . "\" <" . $return . ">\r\n"; $headers .= "Reply-to: \"" . $yourname . "\" <" . $return . ">\r\n"; $headers .= "Return-path: \"" . $yourname . "\" <" . $return . ">\r\n"; $headers .= "X-Priority: 3\r\n"; $headers .= "X-MSMail-Priority: Low\r\n"; $headers .= "X-Mailer: php\r\n"; Link to comment https://forums.phpfreaks.com/topic/100840-solved-php-mail-and-hotmail/page/2/#findComment-516434 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.