This program will take a CSV file that contains a list of email addresses and variables for each email address.
A config file lets you create an email template to incorporate the variables
- Python 2.7 with the following additions:
- configparser
- smtplib