Sending an Email to one or multiple users
-
Hello,
I have a project which requires sending emails functionality to one or many users.
I need to send text only, I do not need any attachment.
I searched and found that people recommended this for sending emails via smtp:
http://dev.libqxt.org/libqxt/wiki/Homebut it's not supported anymore according to them, is there an alternative ?
-
I have had good experience with this:
https://github.com/bluetiger9/SmtpClient-for-QtThe API is a bit clumsy, but it works.
-
I have had good experience with this:
https://github.com/bluetiger9/SmtpClient-for-QtThe API is a bit clumsy, but it works.
Do I need to link all of these classes in my project ? because this project is for school and when I submit the code I do not want so many classes that I did not write included, is there like a dll or something ?
-
What do you guys think ?