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.
GNU Lesser General Public License v2.1
213
stars
64
forks
source link
comma in name (part of email address) is not handled correctly (it seams) #85
calling
results in the following to header:
To: surname, forename <user@example.org>
which should have been quoted or escaped afaick.
i tested with
python -m smtpd -n -c DebuggingServer 127.0.0.1:25