Send mail with Qt
Unsolved
General and Desktop
-
Is there a way I can send a mail with the help of Qt? maybe some reference. Thank you.
-
Is there a way I can send a mail with the help of Qt? maybe some reference. Thank you.
searching a bit here shows me this:
https://forum.qt.io/topic/29280/simple-tls-ssl-suppoerted-smtp-client-for-qt5
maybe this could help?
-
You will need a mail server. If that server supports SMTP you can use something like https://github.com/bluetiger9/SmtpClient-for-Qt
If your server does not (for example a MS exchange server without SMTP enabled) you have to use the API of that particular server (for MS Exchange see https://github.com/VSRonin/FXhelper/tree/master/ManagedProcess )