README modified
This commit is contained in:
parent
c5b8a87a70
commit
9155d19f20
20
README.md
20
README.md
@ -1,4 +1,22 @@
|
||||
SMTP Client for Qt (C++)
|
||||
========================
|
||||
|
||||
The SmtpClient for Qt is small library writen for Qt (C++ version) that allows application to send emails using the Simple Mail Transfer Protocol (SMTP).
|
||||
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
|
||||
---------------------------
|
||||
|
||||
- TCP or 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 file (used in HTML)
|
||||
|
||||
- diferent character (ascii, utf-8, etc) sets and encoding methods (7bit, 8bit, base64)
|
||||
|
||||
- error handling
|
||||
|
@ -38,7 +38,9 @@ HEADERS += \
|
||||
|
||||
OTHER_FILES += \
|
||||
demos/demo2/printscreen.png \
|
||||
LICENSE
|
||||
LICENSE \
|
||||
README.md \
|
||||
README
|
||||
|
||||
FORMS += \
|
||||
demos/demo2/sendemail.ui
|
||||
|
Loading…
Reference in New Issue
Block a user