bluetiger9 / 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.
https://github.com/bluetiger9/SmtpClient-for-Qt/wiki
GNU Lesser General Public License v2.1
449 stars 226 forks source link

Is Version 2.0 finished? #117

Closed MStoehr closed 2 years ago

MStoehr commented 2 years ago

Hi, as version 2.0 only exists in the dev branch and not as dedicated branch like version 1.0/1.1: Is 2.0 "finished" as in ready for production usage?

bluetiger9 commented 2 years ago

Yes, 2.0 is stable / production ready.

I created a dedicated branch v2.0 now to avoid confusion. :wink: