A Python Script To Send Random Spam Emails To A Specific Email Address
Important Note: This Script Uses SMTP To Send Emails And Includes Features Such As Random Subject Lines And Message Bodies. However, Spamming Is Illegal And Unethical. This Script Should Only Be Used In Controlled, Legal Environments Or For Educational Demonstrations
- Automated Email Sending: Sends Emails In A Loop With A Configurable Interval
- Randomised Content: Randomly Selects Email Subjects And Bodies From Predefined Lists
- Random Subject Number: Adds A Randon Number Suffix To The Email Subject To Prevent Email Threading
- Spam Counter: Increasing Spam Counter To See How Many Emails Have Been Sent
- Secure Connection: Uses TLS Encryption For Secure Email Transmission
-
Clone This Repository:
git clone https://github.com/Kyle8773/SMTP-Email-Spammer.git
-
Navigate To The Project Directory:
cd SMTP-Email-Spammer
-
No Additional Packages Are required Beyond The Python Standard Library, Ensure Python Is Installed On Your System
-
Open The
send_email.py
File In An Editor Such As Visual Studio Code -
Update The
sender_email
,receiver_email
, Andpassword
Variables With Your Own Email Credentials And Recipient Email -
Customize the
subjects
andbodies
Lists As Desired -
Run The Script:
python send_email.py
This Project Is Licensed Under The MIT License - See The LICENSE File For Details
Warning: The Use Of This Script For Spamming Or Any Illegal Activities Is Strictly Prohibited. Sending Unsolicited Emails Can Lead To Severe Legal Consequences And Damage To Your Reputation. This Script Is Intended For Educational Purposes Only. I (Kyle8973) Do Not Condone, Support, Or Take Responsibility For Any Malicious Or Unethical Use Of This Tool. Always Ensure Compliance With Local Laws And Regulations When Using Or Modifying This Script
Refer To The Code Of Conduct For More Information