Wednesday, January 6, 2010
Send Email From Unknown To Unkown
Do you like this story?

SMTP: Simple Mail Transfer Protocol
This service runs on port 25 (in most cases) and is used to send outgoing email.
Now, open up the command prompt and telnet to mail.hotmail.com on port 25
(note: to see what you type, type telnet and enter then type in set local_echo)
telnet mail.hotmail.com 25
When yer connected type in (except what's in between *'s; you chose what will go in the []):
hello
*wait*
mail from:[whoever]@[whoever.com]
*wait*
rcpt to:[whoever]@[whoever.com]
*wait*
data
*wait*
[write]
[whatever you want]
[in]
[as many]
[lines as wished]
.
*wait*
quit
*wait*
mail from:[whoever]@[whoever.com]
*wait*
rcpt to:[whoever]@[whoever.com]
*wait*
data
*wait*
[write]
[whatever you want]
[in]
[as many]
[lines as wished]
.
*wait*
quit

Hello is just a handshake with the server.
Mail from: is FROM who you want the email to be.
rcpt to: is who you want the email to go to. under data is what you want sent. the '.' ends data. quit quits.
This is simple isn't it.

This post was written by: Franklin Manuel
Franklin Manuel is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “Send Email From Unknown To Unkown”
Post a Comment