Getting unhandled exception "Mailbox unavailable. The Server response was: 5.7.1 Unable to relay ", if email addresses are not on the same domain with Mail Server.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM036158
已提交
June 16, 2008
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
9.3
编程语言
All
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
If someone is using an external mail server, they can configure the server to use the pickup method by a configuration change in the web.config, e.g.: <configuration xmlns="<a href="http://schemas.microsoft.com/.NetConfiguration/v2.0" target="_blank">http://schemas.microsoft.com/.NetConfiguration/v2.0</a>"> <<a href="http://system.net" target="_blank">system.net</a>> <mailSettings> <smtp deliveryMethod="PickupDirectoryFromIis" from="<a href="mailto:mbellinaso@wrox.com" target="_blank">mbellinaso@wrox.com</a>"> <network defaultCredentials="true" host="vmwin2003" port="25"></network> </smtp> </mailSettings> </<a href="http://system.net" target="_blank">system.net</a>> <!-- other configuration sections... --></configuration>