执行发送邮件Send方法时,报错:邮箱不可用。 服务器响应为: 5.7.1 Unable to relay for [email protected]...

.net代码在执行发送邮件Send方法时,往往出现这个的报错:

邮箱不可用。 服务器响应为: 5.7.1 Unable to relay for [email protected]

 

这个问题应该是smtp的设置问题,具体设置为:

在SMTP虚拟服务中的访问->中继->输入本机的IP地址   

应该 确定后就可以了。

转载于:https://www.cnblogs.com/Iven-zhang/p/3892507.html

你可能感兴趣的:(执行发送邮件Send方法时,报错:邮箱不可用。 服务器响应为: 5.7.1 Unable to relay for [email protected]...)