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:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...