cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Can anyone recommend a good library that
Can anyone recommend a good library that allows me to send emails using my gmail account?
Dec 16, 2017 at 10:59pm UTC
JohnDeBord
(61)
I've been looking for a while and I can't seem to find anything that would just simply allow my program to send an email using my gmail account.
Last edited on
Dec 16, 2017 at 11:01pm UTC
Dec 17, 2017 at 1:26pm UTC
Dark Sorrow
(5)
You can use libcurl.
Link to official example :
https://curl.haxx.se/libcurl/c/smtp-mail.html
Dec 18, 2017 at 2:22am UTC
JohnDeBord
(61)
Got it working. Good stuff.
Topic archived. No new replies allowed.