Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion spammer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' )
Expand Down