Email not working for HOTMAIL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dirgeshp
Forum Newbie
Posts: 23
Joined: Thu Jun 22, 2006 11:40 am

Email not working for HOTMAIL

Post by dirgeshp »

I am sending confirmation email to my users that have accounts on HOTMAIL but they never get it

is there a reason for this?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Have you read this thread and/or this thread?
reecec
Forum Contributor
Posts: 218
Joined: Sun Apr 02, 2006 7:12 am

Post by reecec »

Hi

Just a suggestion is it in junk mail just incase its noting to do with your script

im properley wrong but hope you get it sorted

thanks reece
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Hotmail is a PITA. They block anything and everything sent from shared hosts just about. SPF records (so I'm informed) are required AND they really penalize for using the wrong encoding. You have to get your encoding spot-on.
Post Reply