PDA

View Full Version : Anonymous Email ?


Saint
Apr17-03, 03:37 AM
Occationally i received an empty email, without subject, no contents, no sender's email address!

How to send out this type of email ?

STAii
Apr17-03, 08:51 AM
There are programs that directly send the email to the SMTP server, therefore can specify any subject/sender name/sender email/date/time.
I have seen one made in VB, it used subcalssing to deal with the SMTP.
I will look for one online, and will put the link here if i find any ...

screwball
Apr17-03, 03:35 PM
most of thos programs still send ur ip address

the best way is to just get a free internet mail account from some web site

if your really paranoid you could proxy into the web site before you log on to your email account

damgo
Apr18-03, 09:45 AM
You can send email to SMTP servers yourself really easily: telnet to port 25 on the desired server

HELO foo.com
MAIL FROM: sender@foo.com
RCPT TO: recipient@bar.com
DATA
From: fromline
To: toline
Subject: sub

blah
blahblah
.
QUIT

STAii
Apr18-03, 01:25 PM
Or ...
Try www.sneakemail.com