Coderatul asked to make small review of his emailbomber,
code is available in his GitHub repo https://github.com/coderatul/emailbomber
One of advantage is working with Gmail mail server.
Manual how to create app password on google also available on readme page of project page.
I will test software in Termux emulator on phone, manual also available on GitHub page.
Install Termux from f-droid market, available on f-droid.org
When installed run it and on first start upgrade packages. Command is:
pkg upgrade
Next install git, command is:
pkg install git
After install python, command is:
pkg install python3
Simple and small manual from GitHub page
Clone program repository, command is:
git clone https://github.com/coderatul/emailbomber
Enter into cloned directory, command is:
cd emailbomber
Run program, command is:
python3 emailbomber.py
On first start it asks to enter email address from will be send email
Then asks to enter app password you generated on google page
Enter email where to send mails
Enter email message
Enter how many emails will be send
Process of sending emails
Arrived emails
Pretty simple app, but I do not know where and when it can be applied.
I do not urge to use it, it may be considered illegal.
user13