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' )