我用.Net平台开发了一个应用程序。我的问题是:当我尝试向客户发送激活密码时,我得到以下错误。
连接尝试失败,因为连接方没有 在一段时间后正确回应,或建立连接 失败,因为连接的主机无法响应xxx.xxx.xxx.xxx:25
这是我的代码:
<system.net>
<mailSettings>
<smtp from="username@server.com">
<network host="smtp.server.com" password="xxx" userName="JohnSmith" />
</smtp>
</mailSettings>
</system.net>
答案 0 :(得分:1)
您确定smtp处于活动状态并在该IP上运行吗?我无法通过25端口远程访问它