
Tell a Friend!
|
SMTP Connection Test Tutorial
Summary
This article describes how to check your SMTP connection with our servers
(via Telnet port 25 or port 587) with Windows XP, Windows Vista. If you run a different operating
system then Microsoft Windows please check other sources on the Internet.
Basic Testing
Follow these steps to make sure that the host computer and the remote SMTP server
can communicate.
Note Microsoft Telnet does not permit you to use the Backspace key. If you
make a mistake when you type a command, you must press ENTER, and then start a new
command.

In the following steps, you run Telnet from the command line. To open a command
line, Click Start, click Run.

Type cmd into the open box.
You can start a Telnet session by using the Telnet command in the following format:

Type:
telnet 75.126.133.30 25
or
telnet 75.126.133.30 587
press ENTER
Note! Many ISP provider block
SMTP port 25. Make sure you test also with SMTP port 587 as mentioned above.
If the command works, you receive a response from the SMTP server that is similar
to the following:
220 mail.si-sv1772.com ESMTP MailEnable Service, Version: 1.981 - ready

Note There are different versions of Microsoft SMTP or third party SMTP servers, and you may receive different responses from the receiving server. What is important is that you receive the 220 response
In case your ISP does not allow SMTP connections, you will receive an error message
or a timeout.
Please contact your ISP or network administrator to resolve the problem.
Back to Anonymous Domain Email
|