What could cause a message sent from Gmail SMTP using C# not to arrive - No exception is thrown

拈花ヽ惹草 提交于 2019-12-06 09:52:34

The server may silently discard your message if there is a problem with it. - Despite any spec saying otherwise.

The message might be lost in the ether despite being "delivered".

The SMTP server may be applying severe filtering and might additionally require that your sender and destination email addresses match up 'correctly'

I suggest trying with a different SMTP host just to check. :)

Abdul Waheed

Dan, Check this out Sending email through Gmail SMTP server with C#

Hope this helps

When you setup Google Apps, even if the MX records are all working correctly for sending mail manually to/from other accounts, there can still be problems.

The answer is to wait 12-24 hours after setting up your MX Records, even if everything else is working fine.

If you receive no exception, then to me this is the only answer at the moment.

All is working correctly now. Even though all MX records were correct on my DNS and email appeared to be working, there were still changes going on in the background

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