Overview
Simple smtp library that implements:
- Low-level API SMTP client
- Messages composing facilities
- SSL/TLS encryption via OpenSSL
- Authentication
Check it out:
$ git clone git://github.com/SSPkrolik/smtp
Usage
You can find usage information in project wiki at GitHub and also by inspecting examples.