Telnet SMTP connection test

Thursday, December 20th, 2007

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 You will the receive the SMTP server's welcome ...