Console app for sending bulk email.
________________________________
____ _ __ __ _ _
| __ )(_) __ _| \/ | __ _(_) |
| _ \| |/ _` | |\/| |/ _` | | |
| |_) | | (_| | | | | (_| | | |
|____/|_|\__, |_| |_|\__,_|_|_|
________ |___/ Mass Mailer _____
Author: [email protected]
Email list must be a basic text file (.txt) and have the
following structure:
user@domain
user2@domain
user3@domain
.....
PLEASE DO NOT USE FOR SPAMMING
Clone the repo:
git clone https://github.com/redmagnu5/BigMail.git
Change directory:
cd BigMail
python3 setup.py install
cd Bigmail
python3 bigmail.py
Email template must be configured in config.yaml located the module directory: BigMail/config.yaml. Specify From, Subject, name of attachment, and body of the email here.
Optional arguments:
-v verbose, verbose -p filepath, file path of binary payload to attach to emails