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
456 stars 227 forks source link

Add Reply-To header support #162

Closed schwestSICKAG closed 2 months ago

schwestSICKAG commented 2 months ago

I had the impression that the ReplyTo header has the same value as the other standard headers related to sender and recipients. We have therefore added methods that allow this header to be set and queried. Best regards :-)