Hello. I would like to send an email via Gmail with C++ as one would send an email from a desktop mail client configured to use a Gmail account.
I have been looking at a few like jwSMTP and popen+sendmail, but those look like they only work if the host is a mail server. I know this task is a well-tread path in Python, but have never tried it in C++.
Help appreciated! (c: