/SmtpClient-for-Qt

An SMTP Client writen in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

SMTP Client Library and Demo for Qt (C++) - Version 1.0

This project is based on the implementation of Tőkés Attila: SmtpClient-for-Qt

##Changes:

  • Implemented as library and a demo-client
  • Created project file for both
  • Created VS2008 solution file for building demo-client

License

This project is derived from a GNU LGPL and therefore is also licensed under the GNU LGPL, version 2.1.

Changes: Copyright (c) 2013 - Valentin Heinitz

Original Projekt: Copyright (c) 2011 - Tőkés Attila