Send emails to an emailing list automatically using a secure SMTP connection
Requires the following packages to be installed: pandas
The following packages should already be intalled with python but they are: smtplib, ssl, getpass, email
pip3 install pandas
pip3 install smtplib
pip3 install ssl
pip3 install getpass
pip3 install email
The ssl_email_skeleton.py
skeleton is a decent layout if you want to plug in an Excel file and get to sending emails right away. Otherwise, check out the Pandas Documentation on how to use CSV files and more.