Skip to content
Andreas Nicolai edited this page Jan 2, 2023 · 6 revisions

SMTP Client for Qt (C++)

The SmtpClient for Qt is small library writen for Qt 4 (C++ version) that allows application to send complex emails (plain text, html, attachments, inline files, etc.) using the Simple Mail Transfer Protocol (SMTP).

SMPT Client for Qt supports

  • TCP and SSL connections to SMTP servers

  • SMTP authentification (PLAIN and LOGIN methods)

  • sending MIME emails (to multiple recipients)

  • plain text and HTML (with inline files) content in emails

  • multiple attachments and inline files (used in HTML)

  • diferent character sets (ascii, utf-8, etc) and encoding methods (7bit, 8bit, base64)

  • error handling

Examples

See Examples-(v2.0)

Clone this wiki locally