Skip to content

Brabant1

Latest
Compare
Choose a tag to compare
@peterstamps peterstamps released this 04 Apr 19:03
· 2 commits to main since this release
3998982

A good SMTP based mail program using OPENSSL and STARTTLS protocol. Tested on standard SMTP servers of KPN and GMAIL (April 2024)

Install development libraries e.g. sudo apt-get install build-essential openssl libcrypto

// check and adapt lines 47 - 55 --> your email credentials, sender en receiver adresses and the SMTP server settings are required

// compile g++ -o mymail mymail_good.cpp -lssl -lcrypto // run ./mymail