Skip to content

📥 A simple email sender with a spam function using smtplib.

License

Notifications You must be signed in to change notification settings

qro/gmail-spammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation


📥 Gmail Spammer - a SMTP listener daemon for spamming.

Simple email sender with a spam function using smtplib.

🛠️ Installation

Python must be installed on your computer; please get the most recent version. Before running the scripts, ensure that you have all of the required feilds in config.json filled in.

Windows 🪟

If you're running Windows, you can download the .zip file directly from GitHub. In this case, you can still use Git to clone my repository.

Extract the Zip file and then open your command prompt in the same directory

$ py main.py

Linux 🐧

If you're running Linux, clone my repository into your own directory by using this command

$ sudo apt install git
$ git clone https://github.com/qro/gmail-spammer.git
$ cd gmail-spammer

From there,

$ python3 main.py

ℹ️ Information

  • If your Gmail account continues to return a SMTPAuthenticationError, enable less secure app access (https://myaccount.google.com/lesssecureapps). However, this puts your Gmail account at risk, and I am not responsible for any actions you undertake within your account.
  • This project is based on gmail.com, so other email sites won't take emails being sent as "spam" and sent straight to an ignored folder. If you want to use a different email to spam with, just change the SMTP server on lines 22 & 35 with the correct port.
  • If you need any support, send me an email at [email protected] or send me a pm my telegram.

This project here has been made for educational purposes only. I do not control the misconduct of my tool. I do not promote the usage of my tool.