chain2005 Posted April 8, 2007 Share Posted April 8, 2007 Hello, I have a few systems that rely on the php mail function. One really big problem I'm having is I'm always blocked in Hotmail and marked as "junk mail". Does anyone know a solution to this? See below for my headers: # Common Headers $eol = "\r\n"; $headers .= 'From: <'.$fromaddress.'>'.$eol; $headers .= 'Reply-To: <'.$fromaddress.'>'.$eol; $headers .= 'Return-Path: <'.$fromaddress.'>'.$eol; // these two to set reply address $headers .= "Message-ID: <".$now." TheSystem@".$_SERVER['SERVER_NAME'].">".$eol; Link to comment https://forums.phpfreaks.com/topic/46157-mail-gets-blocked-by-hotmail-any-ideas/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.