Thursday, October 22, 2020

SendGrid emails not working after disabled TLS 1.0

 Last month one of our client wanted to disable TLS 1.0 in server and they wanted to go with latest TLS 1.2.

After disabled this, the email wasn't working. To solve this I had to call this single line before call call send function.

ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;


  



No comments:

Post a Comment

I Built a New Kind of Number Puzzle Game (And You Can Play It Free)

 For a long time, I wanted to play a mobile puzzle game that felt genuinely strategic—something that required real brainpower, skipped the a...