Saturday, July 18, 2009

Commands used to send email from Command Prompt

First establish a connection to the mail server by using telnet
Go to start--run--cmd
then type
telnet 25
once you are logged in type

HELO

You will get a welcome message from the mail server.
Then proceed with the the following steps

MAIL FROM:

RCPT TO:

DATA
SUBJECT:

.

0 comments:

Post a Comment