The Home of C&P Software on the Web |
|
| Home Blogs About us Why Choose Us? What Are People saying? OneClickAway PC Support Professional Profile Free Software here!!! Contact Us Privacy Notice Useful Links NLP
|
Telnet - SMTP Commands (sending mail using telnet)In order to access your mailbox you will need 3 things: * An active internet connection (an embarrasing stage to miss sometimes!) The first thing to do is to open a connection from your computer to your mail server.
You should receive a reply like: You will then need to delcare where you are sending the email from:
dont worry too much about your local domain name although you really should use your exact fully qualified domain name as seen by the outside world the mail server has no choice but to take your word for it as of RFC822-RFC1123. Now give your email address:
Should yield: Now give the recipients address:
Should yeild: To start composing the message issue the command DATA If you want a subject for your email type Subject:-type subject here- then press enter twice (these are needed to conform to RFC 882) You may now proceed to type the body of your message (e.g. hello mail@otherdomain.ext from mail@domain.ext) To tell the mail server that you have completed the message enter a single “.” on a line on it’s own. You can close the connection by issuing the QUIT command. Here are a list of problems I’ve encountered and their fixes:
Some things to watch out for:
|