Hotmail suddenly not letting emails through
Posted: Sun Nov 25, 2007 10:14 pm
I've been using a simple fsockopen sequence to do my smtp mailing sessions...but recently switched to phpmailer, and now to Swift mailer.
I have my own smtp server, and have been sending emails from it without issue. I usually send my test emails during development to my hotmail account. Again, with no issues.
Recently, about 3 days ago, I found that my emails sent to my hotmail account or any other hotmail account I would setup, weren't getting delivered....they weren't showing up in the junk folder either, and no bounce-backs.
Now, I also have outlook running on my Win box, also setup to go through the same smtp server. (BTW, the actual smtp server is a separate server of mine that is not the server that my www/php stuff sits...so it was logging in to the smtp server to send out)...
When I send a simple email from outlook through my same smtp server, to the hotmail account from the win machine, it goes right through just fine. and gets delivered....
BUT... when I tried to do a simple mail send either doing just a simple by-hand telnet session, or now using one of the Swift mailer tests, it doesn't get to my hotmail account....
I put a sniffer on it (on the win side), and looked at outlook's headers. They are sending some x- headers in there, but I couldn't see anything that stood out as an issue that I didn't have in my own transmission from swift.
Now, what's interesting, is I just registered on this forum, and listed my hotmail account to signup. I never got the activation email!
But, I tried my yahoo acccount, and setup another account here, and that activation went right through.
Anyone else have this problem as of now??
If you can get an email through to a hotmail account (and I know it can be done, since I can send it from outlook through my own smtp server), please send me a snippet to do so...I think they have very recently changed their requirements for email to get through.
Please....help....while I still have hair!
I have my own smtp server, and have been sending emails from it without issue. I usually send my test emails during development to my hotmail account. Again, with no issues.
Recently, about 3 days ago, I found that my emails sent to my hotmail account or any other hotmail account I would setup, weren't getting delivered....they weren't showing up in the junk folder either, and no bounce-backs.
Now, I also have outlook running on my Win box, also setup to go through the same smtp server. (BTW, the actual smtp server is a separate server of mine that is not the server that my www/php stuff sits...so it was logging in to the smtp server to send out)...
When I send a simple email from outlook through my same smtp server, to the hotmail account from the win machine, it goes right through just fine. and gets delivered....
BUT... when I tried to do a simple mail send either doing just a simple by-hand telnet session, or now using one of the Swift mailer tests, it doesn't get to my hotmail account....
I put a sniffer on it (on the win side), and looked at outlook's headers. They are sending some x- headers in there, but I couldn't see anything that stood out as an issue that I didn't have in my own transmission from swift.
Now, what's interesting, is I just registered on this forum, and listed my hotmail account to signup. I never got the activation email!
But, I tried my yahoo acccount, and setup another account here, and that activation went right through.
Anyone else have this problem as of now??
If you can get an email through to a hotmail account (and I know it can be done, since I can send it from outlook through my own smtp server), please send me a snippet to do so...I think they have very recently changed their requirements for email to get through.
Please....help....while I still have hair!