Skip to content

Automatically send the same email, utilizing GMAIL API, to thousands of recipients with a text or an excel file.

Notifications You must be signed in to change notification settings

kevnramos/AutoEmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoEmail

Automatically send the same email to thousands of recipients using a text file or an excel file

Instructions:

  1. Go to https://developers.google.com/gmail/api/quickstart/python and complete step 1 and step 2. Save and name the .json file from step 2
  2. .json, and .txt or .xlsx file should be in the same folder as 'gmailAPI.py' and 'sendEmail.py'
  3. in the terminal type 'pip install xlrd' if you wish to use an excel sheet. Names should be in column A and email addresses should be in column B
  4. run 'sendEmail.py'
  5. Your default browser will open and you will sign into the gmail in which you wish to send the emails from
  6. Click advanced, then click 'Go to Quickstart (unsafe)'
  7. Click allow then allow again
  8. Follow instructions on terminal

About

Automatically send the same email, utilizing GMAIL API, to thousands of recipients with a text or an excel file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages