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>