1 |
Project name: |
2 |
libquickmail |
3 |
URL: |
4 |
http://sourceforge.net/projects/libquickmail/ |
5 |
Project discription: |
6 |
C library intended to give C/C++ developers a quick and easy way |
7 |
to send e-mail from their applications. |
8 |
For the actual SMTP communication this library depends on libcurl. |
9 |
There is also a light version available without libcurl dependancy. |
10 |
The library can also be used to just create a multipart MIME |
11 |
message body. |
12 |
Features: |
13 |
- multiple To/Cc/Bcc recipients |
14 |
- multiple attachments without size limitation |
15 |
- multiple bodies in alternative formats (e.g: text + HTML) |
16 |
- SMTP authentication |
17 |
- TLS encryption (via libcurl) |