This error message generally receive when you are try to send emails through TLS 1.2 or higher. To solve this add this line before send emails.
ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;
For a long time, I wanted to play a mobile puzzle game that felt genuinely strategic—something that required real brainpower, skipped the a...
No comments:
Post a Comment