Skip to content

A Qt SMTP helper class with SMTP authentication and multiple recipients. This is not a full featured library, it's useful for when you need the ability to send emails without requiring a full featured library like libEtPan.

Notifications You must be signed in to change notification settings

nicholassmith/Qt-SMTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recommended way to run is: Smtp *stmp = new Smtp(<vars>). If you're 
using it to send large mails then look at running it in an event loop 
and connecting the finished() signal to the quit() slot.

About

A Qt SMTP helper class with SMTP authentication and multiple recipients. This is not a full featured library, it's useful for when you need the ability to send emails without requiring a full featured library like libEtPan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published