SSL email support
Posted: Tue Feb 19, 2008 7:35 am
The System.Net.Mail.SmtpClient class provides a bool EnableSsl property which, when enabled, allows you to connect to SSL/TLS SMTP servers like Gmail's. A lot of servers now seem to be making SSL mandatory.
I tried it on my end by simply setting it to true and it seemed to work correctly. I'd like to add a checkbox in the E-mail setup interface to enable ssl, but I'm not too familiar with your coding practices - would this be possible for someone to add?
I tried it on my end by simply setting it to true and it seemed to work correctly. I'd like to add a checkbox in the E-mail setup interface to enable ssl, but I'm not too familiar with your coding practices - would this be possible for someone to add?