I've got a new client that really wants a secure email sent from the website to their inbox.
The question is howI'm really struggling trying to put the pieces together.
I've got an free email certificate from Thawte , exported the .cer file.
The closest I came was a line to grab the .cer file --
VB Code:
X509Certificate.CreateFromCertFile(Certificate)
I've got the file, but what to do with it. Where in system.web.mail is the method to encrypt the mail? Or am I looking in the wrong place. Any help greatly appreciated!
Thanks
Cdog


I'm really struggling trying to put the pieces together.
Reply With Quote