Page 1 of 1

SSL email support

Posted: Tue Feb 19, 2008 7:35 am
by richardwaite
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?

Posted: Tue Feb 19, 2008 7:38 am
by jordansparks
Good call. I will add that right now to the window. Should take about five minutes.

Posted: Tue Feb 19, 2008 7:40 am
by richardwaite
Thanks, I'm looking forward to it!

Posted: Tue Feb 19, 2008 8:54 am
by jordansparks
Added to 5.6 and tested. Thanks again for the hint.