Skip to content

mikeogawa/gmail_auto_send

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Mail Sender

There are times where you want to send a bunch of emails to multiple people using a template.

This repo gives you an example of how you can send multiple mails with the same context, and modify some messages depend on the user you are sending to.

Description

  • data2text.py - Script that writes csv to text file for sending message.
  • sending.py - Sends mails using mail_list data.

Note

  • Modifications of python files are required.
  • specified for Gmail.
  • Python 3.

How to Use

Preparation

  1. Edit the template script at source/script.txt.
  2. Modify source/name.csv for data.
  3. Modify data2text.py to write the template in your desired format.
  4. Modify sending.py.

Commands

python data2text.py
python sending.py

License

MIT

About

Simple example of how to send gmails with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages