Skip to content

onetruemint/SMTP_email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMTP_Email

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.

About

Send emails to an emailing list automatically using a secure SMTP connection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages