GSender

Bulk send personalized emails using a .csv file and Gmail API (via EZGmail).

Installation

  1. Install requirements.txt.

  2. Follow the EZGmail Installation & Quickstart Guide to generate credentials.json and token.json files (https://github.com/asweigart/ezgmail).

  3. Rename the ‘config_template.py’ file to ‘config.py’ in the GSender root directory.

Usage

  1. Add a .csv file containing your leads into the ‘GSender/csv_files’ directory.

  2. Modify the GSender/config.py so that it is compatible with your .csv file.

  3. To start GSender, navigate to the GSender root directory in your terminal and enter:

python main.py
  1. You will be prompted to enter LIVE or TEST mode upon startup. No emails whatsoever are sent in TEST mode.

  2. Explore the application.

GitHub

View Github