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.
@Vdeilae, try setting the header encoding to QuotedPrintable or Base64. Some servers and clients may have trouble with plain UTF-8. See MimeMessage::setHeaderEncoding() reference.
just like this ”��“