t_i_t_o wrote:There is a new SDK v1.4 and the release notes it say something about SSL, does it get us closer to SMTPs with TLS? I am also interested in this.
The SDK only supports TLS sockets, however most SMTP servers use the STARTTLS protocol to upgrade an unencrypted connection to TLS. So unless your server supports TLS sockets (SMTPS) on a dedicated port (usually 465), you still need to implement STARTTLS.