Jump to content

Mail() Gets Blocked By Hotmail... Any Ideas?


chain2005

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.