My attempts to send emails using System.Net.Mail work fine, until I switch the port and server accordingly for SSL, and set SslEnabled
to true; once I do that, the Send times out.
Does SSL work with System.Net.Mail, and if so, what must be done differently other than setting the port and server and the SslEnabled property?