GSender
Bulk send personalized emails using a .csv file and Gmail API (via EZGmail).
Installation
-
Install requirements.txt.
-
Follow the EZGmail Installation & Quickstart Guide to generate credentials.json and token.json files (https://github.com/asweigart/ezgmail#installation).
-
Rename the 'config_template.py' file to 'config.py' in the GSender root directory.
Usage
-
Add a .csv file containing your leads into the 'GSender/csv_files' directory.
-
Modify the GSender/config.py so that it is compatible with your .csv file.
-
To start GSender, navigate to the GSender root directory in your terminal and enter:
python main.py
-
You will be prompted to enter LIVE or TEST mode upon startup. No emails whatsoever are sent in TEST mode.
-
Explore the application.