如何捕获/报告 elmah 在尝试发送电子邮件时遇到的错误?

发布于 2024-10-18 06:56:05 字数 150 浏览 1 评论 0原文

我们使用 Elmah 来处理错误,在我们的一些服务器上,它运行良好,但在其他服务器上,它正在记录和处理错误,但不发送电子邮件。我猜想埃尔玛在发送邮件时遇到了某种问题,但我无法看出这个问题是什么。

我如何捕获并报告(即使只是登录到控制台或文件)Elmah 本身遇到的错误?

We are using Elmah to handle our errors, and on some of our servers it is working beautifully but on others it is logging and processing the error but not sending the e-mail. I imagine Elmah is hitting some sort of problem sending the mail but I have no way to see what this problem is.

How can I catch and report (even if just logging to the console or a file) errors Elmah itself hits?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

乖不如嘢 2024-10-25 06:56:05

签出源,从那里构建,将 dll 附加到您的应用程序,启动应用程序在 webdev 中,将已打开 elmah 项目的工作室附加到 webdev,重新生成错误并查看到底发生了什么。

但就你而言,我会仔细检查网络设置是否正常。在我看来,smtp 端口已关闭或其他什么。创建发送电子邮件的小型控制台应用程序并尝试在服务器上运行它或使用 telnet。

Checkout source, build from there, attach dll`s to Your application, start application in webdev, attach studio that has elmah project opened to webdev, re-produce error and see exactly what's happening.

But in Your case, I would double check if network settings are ok. Seems to me that smtp ports are closed or something. Create small console app that sends e-mails and try to run it on server or use telnet.

感情洁癖 2024-10-25 06:56:05

您检查过服务器应用程序事件日志吗?

have you checked the servers application event log?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文