• 0

[PHP] Windows Live Email Issues


Question

I'm trying to integrate sending Email into my web application. Except I've found that I can't get any mail to get into Windows Live.

I'm using this for my headers:

$headers = "MIME-Verison: 1.0\r\nContent-type: text/plain; charset=iso-859-2\r\nContent-Transfer-Encoding: 8bit\r\nX-Priority: 1\r\nFrom: Hollaween Admin <nobody@hiptophunt[.]com>\r\nReply-To: Travis <foo@bar.com>\r\nReturn-Path: foo@bar.com\r\nX-Mailer: PHP/5.2.6-2ubuntu4.6";

but the mail just doesn't arrive. Not even in Junk. So, I setup SPF

hiptophunt.com.		3600	IN	TXT	"v=spf1 a mx ip4:70.32.35.195 mx:hiptophunt.com +all"

Same, can't get email into Windows Live Mail. So, I setup RDNS

[Travis-MacBook-Pro:~] travis% host 70.32.35.195
195.35.32.70.in-addr.arpa domain name pointer hiptophunt.com.

I'm out of ideas on what else to do. Anybody have any suggestions?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.