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

How to use this lib with read receipts #81

Closed chrisghu closed 2 years ago

chrisghu commented 5 years ago

Hello,

First of all, many thanks for this great client. I have one question: is it possible to request read notifications for mails sent with this client? Read receipts or return receipts? I haven't found anything in the demos.

Thanks in advance. Best regards, Christian

bluetiger9 commented 2 years ago

I don't know much about read receipts, but I guess they will need some custom mime headers. Customer headers are supported in v2.0 of the library.