EmailHandler
A simple library for sending emails with or without attachments
This is a simple library with just one function call you can send email with or without attachment. Support attachment upto 20mb. Having secure proto with SSL and TLS. Currently supports Gmail, Yahoo, Hotmail and AOL.
It also supports encrypted mail sending with Base64 and MD5.
A demo application in VC++ 2008 with EmailHandler file (Header+Lib and DLL) is attached.
Thanks to Mayur for giving me idea to make a separate Library.