Trying to send string in diffrent fonts
Trying to send email in different fonts but failed to send it send only plain text.
I open text/html in code but still failed.
Please help.
Make sure you are using the smtp library with attachments. That supports MIME data which includes html formatted text.
How can i send email with Cc and Bcc??
On Thu, Feb 11, 2016 at 1:59 PM, Raivis [email protected] wrote:
Make sure you are using the smtp library with attachments. That supports MIME data which includes html formatted text.
— Reply to this email directly or view it on GitHub https://github.com/xcoder123/SimpleSmtp_SSL_QT5/issues/3#issuecomment-182761352 .
there is a merge request, unfortunately I haven't had time to evaluate it, which adds CC support https://github.com/xcoder123/SimpleSmtp_SSL_QT5/pull/1
Via quick glance seems it will work