SmtpClient-for-Qt/README

11 lines
300 B
Plaintext
Raw Normal View History

2011-08-30 16:56:21 +00:00
Copyright (c) 2011 - Tőkés Attila (bluetiger9)
2011-08-30 21:04:04 +00:00
Released under GPL.
2011-08-30 16:56:21 +00:00
SMTP Client for Qt (C++)
------------------------
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 authentification.