Anonymous e-mails
To send anonymous e-mails from any address you want to any one, you will need to use telnet. First of all you need to know the address of a working SMTP address. For this example we will use (mail.hotmail.com).
- telnet mail.hotmail.com 25
- helo
- mail from: - write any e-mail address (in the correct format, doesn't have to be authentic)
- rcpt to: - must be a valid e-mail address
- Data
- Subject: - write the subject
- To: - (personal addition) rewrite the recipients address (this send the message to the recipients Inbox, otherwise the e-mails go to junk
- (contents)
- . (period)
- quit