Rocketdawg
Aug 16th, 2005, 10:50 PM
I've got a new client that really wants a secure email sent from the website to their inbox.
The question is how :confused: I'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 --
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
The question is how :confused: I'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 --
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