This is an automated script to read in emails from a csv file with configurable email providers and customizable emails.
The script will not stop when you reach your limit in the free teir (typically 100 per day).
Install virtualenv pip install virtualenv
Activate the virutal environment source ./env/bin/activate
Rename the config-example.json file to config.json and update the values in it with your API key credentials and email content.
The configuration file is also where you can choose between providers (e.g. MailGun or SendGrid)
Add a file called emails.csv
The CSV file should contain the columns:
email, name, channel_name
To customize the email content you should create an email in Gmail and then copy the html and put it into the email-content.html file. You can do the same thing with the signature.html file.
python main.py