Sometimes it is necessary to send an email anonymously.
There are several web based utilities that allow this, but each one registers the ip info in the headers which allows tracing. They also will not allow you to use a proxy and utilize their service. This is for security reasons.
My definition of anonymous includes the email addresses appearing as if they have been sent from whatever address you specify as well as no accurate record of your IP in the headers of the mail that could be traced back to you.
The method that follows supports my definition of anonymous.
Amazingly, all you need to accomplish this is telnet and a SMTP server. Allow me to break it down.
Telnet is a software application that connects one machine to another, allowing you to log on to that other machine as a user.
If you don’t have telnet, you can easily download it for free from the web – do a search on “telnet” or “download telnet” in any search engine.
…and just for the sake of being thorough…
What is SMTP?
SMTP stands for “Simple Mail Transfer Protocol”
Basically just a protocol for sending e-mail.
Where do you get a SMTP server?
Heres a few links, but as always be aware that these sites may not be here forever or their content may change. Searching for “SMTP servers” or “SMTP server list” should produce effective results.
http://www.gr0w.com/help/email_help_smtp_servers.htm
http://www.uic.edu/depts/accc/ecomm/smtpmove/isps.html
http://www.thebestfree.net/free/freesmtp.htm
http://www.registerdirect.co.nz/help/smtp_servers.html
http://www.bu.edu/pcsc/email/remote/smtplist.html
Once you’ve selected a server, open the command prompt, and type:
telnet xxxxxx.com 25
(Obviously replace the x’s with the SMTP server you’ve selected) now type the following:
HELO targetsmailserver.com
MAIL FROM: whoever@whatever.com
RCPT TO: target@address.com
DATA
from: whoever@whatever.com
to: target@address.com
subject: whatever
received: xxx.xxx.xxx.xxx
x-header: xxx.xxx.xxx.xxx
The body of the message goes here
.
*Note 1: Remember to end with “.” on a line by itself as directed.
*Note 2: Adding x-header and received allows you to alter the IP information found in the headers of the mail, making it untracable and totally anonymous**
*Note 3: There are ISPs that have port 25 (SMTP) blocked. Be sure your settings and ISP allow connections to port 25. If all else fails, get the SMTP sever address from your IS
Incoming search terms for the article:
- picjoke com xxx,how to send email anonymously -about,anonymous tricks,FUNNY TELNET tricks,how can i send email from computer to mobile ?,2008 gr0w help email smtp servers,picjoke xxx com,send anonymous email,send anonymous email telnet,send anonymous email telnet smtp,send anonymous email WITH NO SECUROTY CODE,send anonymous emails,send anonymous emails port 25,send anonymous smtp command line,send emails telnet anonymous,send fake email telnet,lifehacker cool telnet tricks,html code for anonymous fake email,allow email smtp win 7,anonymous computer virus prank,cool telnet tricks,fake email from win 7 telnet tricks,free anonymous mail in html code,googlesmschennel,hacker tools to create emails without using a smtp server,how to be anonymous with thunderbird email?,how to send e-mail,how to send email,how to send emails without addreses,sending email telnet trick
Related posts:
- How to find senders IP address from received mail
- [How To] Mark All unread emails as read in Gmail
- What is NET SEND Command
- Send free sms to mobile from your pc
- Some useful tools for Networking : NetTools
- How to add folders to send-to menu
- Pykeylogger:An open source cross platform keylogger
- [HOW TO] Host a counter strike game on your own PC
- GOOGLE SMS SEARCH
- Change Windows to your name
