Here go the updates on the COM library which offers easy to use COM interface to send emails, including over secure TLS and SSL channels: x64 build Attachments property to enable attchments to the message being sent ContentType property to enable text/html bodies subject non-English characters are correctly UTF-8 encoded empty To, CC, BCC fields [...]
Posts Tagged ‘ssl’
COM Class to Send SMTP Email: x64, Attachments, HTML Content-Type
Posted: 28th April 2012 by Roman in ATL, UtilitiesTags: COM, email, message, SMTP, ssl, tls, utilitiy
0
Utility Clearance: Simple SMTP Email Sender
Posted: 29th January 2012 by Roman in UtilitiesTags: COM, email, message, schannel, SMTP, ssl, tls, utilitiy
The library implements SMTP client and exposes a simple COM interface to send emails. The interface is simple and straightforward, and the emails can be send from various environments, including such as JavaScript code. The class supports SSL/TLS security and is GMail compliant. A JScript code snippet below provides a sample use case: message = [...]
