Skip to content

A simple implementation to send E-Mails via the installed default program.

Notifications You must be signed in to change notification settings

AphaseDev/qt-email

 
 

Repository files navigation

qt-email

A simple implementation to send E-Mails via the installed default program.

Building

qt-email can be built directly into your project if your project.

Building into your project

  1. Clone or download qt-email. If you download, unzip.

  2. Include the qt-email_Static.pri file in your projects .pro file: include(qt-email/qt-email_Static.pri)

  3. Implement it in your code by including email: #include <email.h>

  4. Build your project.

About

A simple implementation to send E-Mails via the installed default program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.9%
  • QMake 7.7%
  • C 5.4%