Simple email sender with a spam function using smtplib.
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.
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
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
- 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 qro.gh@pm.me or send me a pm my telegram.