cutelyst / simple-mail

An SMTP library written in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.
GNU Lesser General Public License v2.1
213 stars 64 forks source link

Must it use with QT? #64

Closed xiexin0606 closed 3 years ago

xiexin0606 commented 3 years ago

Must it use with QT?

dantti commented 3 years ago

Yes, Qt Core and Network are required.