In this post, we will see how to resolve Gmail recipients are not getting emails sent using C#
Question:
I had an working email sending functionality using c#. Suddenly gmail recipients are not getting the mails(neither in inbox nor spam). But other recipients (like outlook or any domain) are getting mails in their inbox. Here is my code:port:26
, SmtpMail.UseDefaultCredentials = true
. Still no luckBest Answer:
In my case, google was considering my emails as spammy and blocked the emails for reducing the amount of spam sent to Gmail. Please visit https://support.google.com/mail/?p=UnsolicitedMessageError for more informationIf you have better answer, please add a comment about this, thank you!
Source: Stackoverflow.com
Leave a Review