Skip to content

Python script to programmatically send templated emails to numerous recipients

Notifications You must be signed in to change notification settings

mkeemon/send_gmail_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send_gmail_py

##This is a Python script to programmatically send templated emails to numerous recipients in a csv file

###Edit the following in config.py



config = {
  'username' : 'your_gmail_username', #without domain (i.e. @gmail.com)
  'password' : 'your_password',
  'sender_name' : 'Your Name',
  'csv_fname' : 'emails.csv',
  'template_fname' : 'email_template.txt',
  'email_subject' : 'Email Subject'
}

About

Python script to programmatically send templated emails to numerous recipients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages