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.
When storing files not on disk but e.g. in DB, passing files as stream is much easier.
Since MimeInlineFile sets an additional header adding an additional ctor for streams, also setting this header, is much robust than using MimeFile and doing this all by hand.
When storing files not on disk but e.g. in DB, passing files as stream is much easier.
Since MimeInlineFile sets an additional header adding an additional ctor for streams, also setting this header, is much robust than using MimeFile and doing this all by hand.