From 741917b4ae5ba955af51c7a5c72a83f65987c333 Mon Sep 17 00:00:00 2001 From: muzcraft120-web Date: Sat, 2 May 2026 23:07:51 +0300 Subject: [PATCH] Restore email spammer functionality and references --- spammer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spammer.py b/spammer.py index 05b4fab..faf120c 100644 --- a/spammer.py +++ b/spammer.py @@ -20,7 +20,6 @@ # set the recipient and senders emails email_user = '@gmail.com' # YOUR EMAIL HERE (gmail by default) -password = getpass.getpass('Password: ') # input prompt for your password email_receiver = '@gmail.com' # THE PERSON YOU WANT TO SPAM (gmail by default) subject = 'Input subject (aka header)' # change to subject of email body = (open("message.txt","r")).read() # body of email (change in 'message.txt' )