Command line program that mass-sends emails to people.
To start, clone this repository.
git clone https://github.com/kevin8999/email-sender-cli
Then, change into the downloaded directory.
cd email-sender-cli/
This repository is broken down by email service. Thus, to integrate into different email services, you will need to change into their respective folders.
For example, if you wanted to send emails via gmail, change into the gmail/
folder.
cd gmail/