Posts Tagged ‘ssl’

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 [...]

Utility Clearance: Simple SMTP Email Sender

Posted: 29th January 2012 by Roman in Utilities
Tags: , , , , , , ,

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 = [...]