2011-09-03 17:39:09 +00:00
SMTP Client for Qt (C++)
========================
2011-09-03 18:03:28 +00:00
The SmtpClient for Qt is small library writen for Qt (C++ version) that allows application to send complex emails (plain text, html, attachments, inline files, etc.) using the Simple Mail Transfer Protocol (SMTP).
SMTP Client for Qt supports
---------------------------
2011-09-03 18:05:18 +00:00
- TCP or SSL connections to SMTP servers
2011-09-03 18:03:28 +00:00
2011-09-03 18:05:18 +00:00
- SMTP authentification (PLAIN and LOGIN methods)
2011-09-03 18:03:28 +00:00
2011-09-03 18:05:18 +00:00
- sending MIME emails (to multiple recipients)
2011-09-03 18:03:28 +00:00
2011-09-03 18:05:18 +00:00
- plain text and HTML (with inline files) content in emails
2011-09-03 18:03:28 +00:00
2011-09-03 18:05:18 +00:00
- multiple attachments and inline file (used in HTML)
2011-09-03 18:03:28 +00:00
2011-09-03 18:05:18 +00:00
- diferent character (ascii, utf-8, etc) sets and encoding methods (7bit, 8bit, base64)
2011-09-03 18:03:28 +00:00
2011-09-03 18:05:18 +00:00
- error handling