A simple implementation to send E-Mails via the installed default program.
qt-email can be built directly into your project if your project.
-
Clone or download qt-email. If you download, unzip.
-
Include the qt-email_Static.pri file in your projects .pro file:
include(qt-email/qt-email_Static.pri)
-
Implement it in your code by including email:
#include <email.h>
-
Build your project.