Skip to content

Helps you send emails to people in mass for free using your email address and a text file containing target emails.

Notifications You must be signed in to change notification settings

0x0elliot/massmailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

forthebadge made-with-python ForTheBadge built-with-love Open Source Love svg1 GitHub license

Mass Mailer


Do you own a small business and you want an efficient, automatic and fast way to email your user about a new change about your business? Or maybe advertise something new? Or do you want to run a small email based ad-campaign for free but you just have a couple hundered emails and no money? Well this script has got your back :D

Features:


1. Email people just using a text file. It's fully automated so all you need is to wait for it to finish while you can lay back and relax.

2. It's efficient and does not reveal the email of one user to the other. It's all direct.

3. It's free! The only limitations you have are those provided by your mail provider.

Requirements:


1. An email account/SMTP server and an account on it.
2. Python 3.5+ (Preferably 3.8). You can install that from www.python.org
3. A list of emails in a text file. See emails.txt in the repository to know how your text document should look like.

How to use (Instructions for Gmail):



Note: The only difference between the intructions of gmail and other smtp servers would just be that you won't need to turn on 2 Factor Authentication and set up an app password in others probably.

1. Go to https://myaccount.google.com/security and turn 2 Factor Authentication on (It's google's safety policy.)

2. After turning 2 Factor Authentication on, Go to https://myaccount.google.com/apppasswords click on "Select app", Select "Other (Custom Name)" and click "Generate"

3. You will be given your password which you will later use while accessing this script. You can always make a new one and making a new one everytime is recommended to keep things secure.

Alternatively, you can use your own password by turning Access to less secure apps on but I don't recommend that for security reasons.


4. Git clone the script:
git clone https://github.com/0x0elliot/massmailer

5. Go into the downloaded script's directory:
cd massmailer

6. Run the script using Python:
python3 massmailer.py

7. Fill in the details asked and you are good.

About

Helps you send emails to people in mass for free using your email address and a text file containing target emails.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages