< Browse > Home / Support Tips / Blog article: Telnet SMTP connection test

| Mobile | RSS

Telnet SMTP connection test

December 20th, 2007 | No Comments | Posted in Support Tips

Testing the SMTPG connection to your mail server need not be difficult. This is what I usually do to test my mail servers’ SMTP status.

Telnet SMTP connection test

Open the command prompt. Use the following command.
telnet <smtp server’s name or IP Address> 25

telnet-smtp-01.jpg

You will the receive the SMTP server’s welcome screen.

telnet-smtp-02.jpg

Enter word helo . This will initiate the session.
telnet-smtp-03.jpg

Introduce yourself to the SMTP server by using the mail from: command.
mail from: <your email address on the domain>

telnet-smtp-04.jpg

Then, specify where you want to send the email to by using the rcpt to: command.
rcpt to: <receipient’s email address>

telnet-smtp-05.jpg

Next is to enter some message. Use the data command.

telnet-smtp-06.jpg

After completing your message, type “.” on a line by itself and enter. As per the diagram below.

telnet-smtp-final.jpg

The SMTP mail server will then generate the mail id and send the email. To end the session, type quit.
telnet-smtp-quit.jpg

That’s how simple it is to troubleshoot if your mail server is serving your emails or not.

Leave a Reply 125 views, 1 so far today |

Random Posts

Leave a Reply