ELMAH邮件失败问题
Elmah 可以很好地从常规异常(例如未为 Elmah 配置的数据库)中恢复,无需执行任何操作或不发生任何事情,但是当我启用了 ErrorMail 并且未正确配置邮件时,我会在网站中收到异常。
有什么办法可以避免这种情况吗?
Elmah recovers from routine exceptions (like the DB not configured for Elmah) quite well by doing nothing, or causing nothing to happen, but when I have ErrorMail enabled, and mail is not configured properly, I pick up an exception in my web site.
Is there any way to avoid this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们重新编写了 ErrorMailModule.cs 来更改发送电子邮件的执行路径以避免这种情况,并将 ELMAH 配置为使用我们自己的版本。
We re-wrote ErrorMailModule.cs to change the execution path around sending emails to avoid this, and configured ELMAH to use our own version.