How to Send Email Using Telnet
Start-> Run
type "cmd," and click OK.
Type "telnet mail.server.com 25" where "mail.server.com" is the name of the smtp server of your email provider (such as smtp-server.austin.rr.com) and 25 is the port number used by the SMTP service.
HELO local.domain.com
Enter your email address. Enter a space after the colon (:), and enter your email address as follows:
- MAIL FROM: yourname@domin.com
Enter the email address of the recipient. Type in the below command:
- RCPT TO: friend@otherdomain.com
- Note that you can enter more addresses if you intend to email more than one person.
Compose your message. To start writing, type DATA and press Enter.
- On the next line, type "SUBJECT: [your subject here]" and press Enter twice.
- Continue typing your message.
- To end your message, put a single period (.) on a line by itself, and press Enter.
- You should see something saying "Message accepted for delivery."
Exit telnet. Type QUIT to exit.
No comments:
Post a Comment