How to send an Anonymous Email !

06/25/2006 17:40 1337hacker#1
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"
Basiclly 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.

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

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: [Only registered and activated users can see links. Click Here To Register...]
RCPT TO: [Only registered and activated users can see links. Click Here To Register...]
DATA
from: [Only registered and activated users can see links. Click Here To Register...]
to: [Only registered and activated users can see links. Click Here To Register...]
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 ISP.

Thats all it takes to send a totally anonymous email. Hope you enjoyed.
07/02/2006 10:41 kai435#2
...isn't this illegal in some sort of way?
07/04/2006 07:36 termi#3
Quote:
Originally posted by kai435@Jul 2 2006, 10:41
...isn't this illegal in some sort of way?
To use an public email-server isn't illegal in my opinion but to send sth. with a fake Adress (e.g. [Only registered and activated users can see links. Click Here To Register...]) could be expansive ;)