Hello,
Here is my user info:
Login Name: phsoa
Subdomain: phsoa.x10hosting.com
Package: Ad-Free
I am having trouble with PHP generated email being rejected by hotmail email addresses. Consider the following simple script:
The email is delivered properly to the Gmail and AOL addresses. But I receive the following bounce message from Hotmail. What gives? Do I need to include some special header?
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
myemail@hotmail.com
SMTP error from remote mail server after MAIL FROM:<phsoa@lotus.x10hosting.com>
SIZE=1441:
host mx1.hotmail.com [65.54.244.8]: 550 OU-002 Mail rejected by Windows Live
Hotmail for policy reasons. Reasons for rejection may be related to content with
spam-like characteristics or IP/domain reputation problems. If you are not an
email/network admin please contact your E-mail/Internet Service Provider for
help. Email/network admins, please visit http://postmaster.live.com for email
delivery information and support
------ This is a copy of the message, including all the headers. ------
Return-path: <phsoa@lotus.x10hosting.com>
Received: from phsoa by lotus.x10hosting.com with local (Exim 4.69)
(envelope-from <phsoa@lotus.x10hosting.com>)
id 1L2vCN-0001x9-68; Wed, 19 Nov 2008 17:06:36 -0500
To: myemail@gmail.com, myemail@aol.com, myemail@hotmail.com
Subject: Test Subject
From: phsoa@phsoa.x10hosting.com
Message-Id: <E1L2vCN-0001x9-68@lotus.x10hosting.com>
Date: Wed, 19 Nov 2008 17:06:36 -0500
Random email message
Here is my user info:
Login Name: phsoa
Subdomain: phsoa.x10hosting.com
Package: Ad-Free
I am having trouble with PHP generated email being rejected by hotmail email addresses. Consider the following simple script:
PHP:
<?php
mail("myemail@gmail.com, myemail@aol.com, myemail@hotmail.com", "Test Subject", "Random email message", "From: phsoa@phsoa.x10hosting.com");
?>
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
myemail@hotmail.com
SMTP error from remote mail server after MAIL FROM:<phsoa@lotus.x10hosting.com>
SIZE=1441:
host mx1.hotmail.com [65.54.244.8]: 550 OU-002 Mail rejected by Windows Live
Hotmail for policy reasons. Reasons for rejection may be related to content with
spam-like characteristics or IP/domain reputation problems. If you are not an
email/network admin please contact your E-mail/Internet Service Provider for
help. Email/network admins, please visit http://postmaster.live.com for email
delivery information and support
------ This is a copy of the message, including all the headers. ------
Return-path: <phsoa@lotus.x10hosting.com>
Received: from phsoa by lotus.x10hosting.com with local (Exim 4.69)
(envelope-from <phsoa@lotus.x10hosting.com>)
id 1L2vCN-0001x9-68; Wed, 19 Nov 2008 17:06:36 -0500
To: myemail@gmail.com, myemail@aol.com, myemail@hotmail.com
Subject: Test Subject
From: phsoa@phsoa.x10hosting.com
Message-Id: <E1L2vCN-0001x9-68@lotus.x10hosting.com>
Date: Wed, 19 Nov 2008 17:06:36 -0500
Random email message