Skip to content

0xGassin/MassMailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage Instructions

MassMailer is a free open source recursive email sender based on python. It utilizes CSV files

Installation

Clone the GitHub repository

git clone github.com/0xGassin/MassMailer

Enter the directory on the bot

cd MassMailer

Use the package manager pip to install requirements.txt.

pip3 install -r requirements.txt

Setup

In order for the mailer to work, you will need to create an app password within your gmail account and replace the credentials given to you by gmail with the credentials in the .env file.

  1. Head over to this URL and login
https://myaccount.google.com/apppasswords
  1. Chose 'Custom', give it a name and copy the password generated. Then paste that password in the .env file and add it to APPPASSWORD, here you can also change the EMAILADDRESS to your email.

Please make sure to update tests as appropriate.

Usage

Usage:
    python3 main.py -i <inputfile>
    python3 main.py --input <inputfile>

    Templates:
    Option 1: Uses template 1
    You can add as many templates as you need, however you will need to rewrite the logic for choosing the templates if you add more than the default amount (3)

License

MIT

About

A free Mass Emailer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published