automailer

A command line utility for sending customized mass emails.


Install
pip install automailer==0.1.3

Documentation

An Automated Email Sender

pip install automailer

Usage

file structure

Create the following file structure.

/
    /data
       email_list.csv
       message.md 

message.md

---
subject: Required Subject for Email
sender: Required Gmail sender
password: OTP for gmail sender
---

Hi {name},

The cool thing about this file is that you can add any column included in your csv and it will populate. 
Your favorite color is {favorite_color}.

Best,

Sender

email_list.csv

The only required column for this file is email.

name, favorite_color, email
Jacob, Green, jacob@gmail.com

Run

Change to root of project.

python -m automailer