I've got a new client that really wants a secure email sent from the website to their inbox.

The question is how 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 --

VB Code:
  1. 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