Skip to content

redmagnu5/BigMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigMail

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

Installation

Clone the repo:

      git clone https://github.com/redmagnu5/BigMail.git

Change directory:

      cd BigMail
      python3 setup.py install

Usage

      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

About

Console app for sending bulk email.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published