A python script which sends an HTML email one-by-one to recepients
email_meta.json
- Contains the subject of the emails and the Gmail account stuff
email.html
- The email you wish to spam in HTML form
recipients.txt
- The list of recipients for the email
Run the script in the following style:
python3 ./EmailSpammer.py ./email_meta.json ./recipients.txt ./email.html
For more information, run the command python3 ./EmailSpammer.py --help
.
Saku Rautio, 2020