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

SMTP for bulk #139

Closed mrbrown444 closed 1 year ago

mrbrown444 commented 1 year ago

Pls I need strong smtp for bulk mail sending or mailer . ASAP

bluetiger9 commented 1 year ago

Hi @mrbrown444! The library supports sending emails to multiple recipients. Just be aware that sending emails in bulk to a large amount recipients of can be tricky, as mail providers may block you until you prove your use case is legitimate. Thanks!