Skip to content

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

Notifications You must be signed in to change notification settings

peterstamps/mymail_good

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

mymail_good

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

test.jpg is used by mymail_good.cpp for test purposes.

Download all in same directory. This program was the basis for the mail function in https://github.com/peterstamps/IP-Camera-Motion-Object-Detection-Recording-ONVIF-C-Python/blob/main/mycMotDetRecPyC.cpp

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages