How to Test SMTP Server is working ?

December 5, 2011

Here is way how can you test that SMTP Server is working on SMTP Port 25.

· Open Command window by typing cmd.

· Type the following command where smpt.yourdomain.com is the address of the smtp server and 25 is the default port number.

o Telnet smpt.yourdomain.com 25

· You will see the output:

o 220 mailserver.yourdomain.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.5329 ready at Sat, 3 Dec 2011 08:34:14 +0200

· The above message indicates that SMTP has been configured or the existing server IP has been added to SMTP relay.

· For more detail you type help the response will be:

o When you type the ‘help’ command the available commands are listed:

214-This server supports the following commands:
214 HELO EHLO STARTTLS RCPT DATA RSET MAIL QUIT HELP AUTH TURN ATRN ETRN BDAT VRFY

In case of failure you can check the current server IP is added into SMTP server relay list.

All the best!

Advertisement

One Response to “How to Test SMTP Server is working ?”

  1. wow, awesome blog post.Really looking forward to read more. Really Great.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.