埃尔玛 SMTP

发布于 2024-07-15 06:26:59 字数 242 浏览 7 评论 0原文

我正在使用 ELMAH 通过电子邮件发送错误消息。 是否有一个优雅的解决方案来查询数据库的 SMTP 设置而不是使用 web.config? 我需要在抛出每个错误之前完成它。

此处建议的解决方案对我来说有点老套。

I am using ELMAH to email error messages. Is there an elegant solution to query a database for SMTP settings rather than use web.config? I would need it to be done before each error is thrown.

The solution/s suggested here are a bit hacky for me.

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

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

发布评论

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

评论(1

游魂 2024-07-22 06:26:59

除了你的hacky方法之外,我能想到的唯一其他选择是滚动你自己的二进制版本,就像SO所做的那样。 您可以在此处找到源代码:

http://code. google.com/p/elmah/source/browse/trunk/src/Elmah/

Aside from your hacky method, the only other option that I can think of is to roll your own version of the binary, like SO does. You can find the source here:

http://code.google.com/p/elmah/source/browse/trunk/src/Elmah/

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