Sending Emails with Python is easy. I will show you how to send emails with python in less than 10 minutes and 20 lines of code. Have fun :-)
The code is uploaded to github:
https://github.com/code-and-dogs/pyth...
In case you use gmail as mailserver, please ensure to switch on "Less Secure Apps", otherwise gmail will block the script.
You can do this here:
http://myaccount.google.com/lesssecur...
#python #howto #python3 #smtplib #100daysofcode