Telnet返回无法识别的命令

也许有人可以解释如何使用Telnet在Windows 2008的另一台机器上testing虚拟SMTP服务器?

我已经尝试下面的命令,并得到unrecognized command错误。 (实际的服务器deomain替​​换为xxxxx)

 Telnet smtp.xxxxx.com 25 220 xxxxx.com Microsoft ESMTP MAIL Service, Version: 7.0.6002.18222 rea dy at Tue, 23 Oct 2012 15:57:18 +0300 FROM: [email protected] 500 5.3.3 Unrecognized command 

您的syntex需要从helo dominaname.com开始。 下面的例子。 确保使用正确的input空格和句点。

  telnet xxx.domainname.com 25 helo domainname.com mail from: [email protected] rcpt to:[email protected] data to: [email protected] from: [email protected] Subject:This is a test Testing . 

如果你懒惰只使用http://mxtoolbox.com/diagnostic.aspx

假设它是一个外部服务器。