SimpleSmtp_SSL_QT5 icon indicating copy to clipboard operation
SimpleSmtp_SSL_QT5 copied to clipboard

Trying to send string in diffrent fonts

Open NJ08 opened this issue 9 years ago • 3 comments

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.

NJ08 avatar Feb 10 '16 20:02 NJ08

Make sure you are using the smtp library with attachments. That supports MIME data which includes html formatted text.

xcoder123 avatar Feb 11 '16 08:02 xcoder123

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 .

NJ08 avatar Feb 12 '16 07:02 NJ08

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

xcoder123 avatar Feb 12 '16 11:02 xcoder123