埃尔玛 SMTP
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了你的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/