SimpleSmtp_SSL_QT5 icon indicating copy to clipboard operation
SimpleSmtp_SSL_QT5 copied to clipboard

A very simple implementation of SMTP protocol with SSL for Qt5

Results 8 SimpleSmtp_SSL_QT5 issues
Sort by recently updated
recently updated
newest added

I would like to sent more emails in one shot... how to do?

There is no delete on smtp anywhere. If it has to be heap allocated it should be a smart pointer anyway. https://github.com/xcoder123/SimpleSmtp_SSL_QT5/blob/a15541e38c61d70af18bc6fe5002310909dcd95c/smtp_attachements/mainwindow.cpp#L35

Hi there I am sucessfully using the Simple Smtp SSL code with QT5. It works great, the email goes through and everything seems fine, but I get the following error...

body text do not send, need to use message.append("Subject: " + subject + "\n\n");

First off, excellent library very straight forward and I got it to work in no time! Here are a few tweaks I did have to make incase anyone else has...

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.

Here is a commit that adds support for sending to multiple email addresses. Use commas between multiple recipients

Thanks for the great utility. I downloaded it and just added a simple option for Cc. Just think it would be a good addition for anyone else looking for something...