Can't send e-mail to hotmail addresses

左心房为你撑大大i 提交于 2019-12-08 08:17:50

问题


I recently did a mailing to a lot of hotmail addresses and now all the e-mails I send out (from PHP by the way) don't seem to reach their destination. So I figure hotmail banned my url...

Is there any way to get rid of this ban so my e-mails will reach the users again (like activation e-mails etc)?


回答1:


If your server IP is blocked by Hotmail, try using an alternate SMTP to send the messages temporarily. Maybe Gmail's SMTP? if you have a Gmail account of course. Don't abuse it though.

I am almost 100% sure that Hotmail will remove your IP eventually from the blacklist. Most services run a 48-72 hours ban; if they don't receive any more requests from the banned IP, it will get removed from the list.




回答2:


Is your domain really banned? Didn't those emails just end up in junk folder? If the former, then you'll really need to contact Hotmail. Either way, I recommend you to read this article to avoid ending up in junk folder or to get banned again in the future.




回答3:


Are you using a mailing class like swiftmailer? I've found it solves most issues.



来源:https://stackoverflow.com/questions/2925835/cant-send-e-mail-to-hotmail-addresses

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!