Thursday, November 26, 2020

C# send secure emails

 Seding emails secured by SSL is a key factor in organization security. This blog explains all the steps required to send such an email.


https://www.emailarchitect.net/easendmail/kb/csharp.aspx?cat=1

https://www.codeproject.com/Articles/41727/An-S-MIME-Library-for-Sending-Signed-and-Encrypted

No comments:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...