Telnet is an Internet protocol that lets users log in to a remote computer with a user name and password.
Using a telnet connection can troubleshoot connectivity issues between an email server and an email client. Unsuccessful telnet connections indicate firewall or other connectivity issues. Running a telnet to one of the secure ports will fail, as that is intended due to it being secure.
You need to find what your incoming and outgoing (SMTP) email servers are. To find your email servers:
Windows Vista and 7 do not have Telnet installed by default. However, a user can install it by following these instructions.
If you've tried using a different SMTP port, replace 25 with that port number.
If you've tried using a different SMTP port, replace 25 with that port number.
If you receive a response of "+OK" or "220" when connecting to the incoming port, then the connection was successful and the two systems can connect.
If you receive a response of "200" when connecting to the outgoing port, then the connection was successful and the two systems can connect.
If you receive a response of "Connect failed" when making either connection, it indicates network issues are preventing you from connecting to the server.