Send email from Elmah?

后端 未结 3 875
故里飘歌
故里飘歌 2020-12-04 07:05

Is anyone using Elmah to send exceptions via email? I\'ve got Elmah logging set up via SQL Server, and can view the errors page via the Elmah.axd page, but I am unable to ge

3条回答
  •  伪装坚强ぢ
    2020-12-04 07:42

    You need the ErrorMail httpModule.

    add this line inside the section

    
    

    If you're using a remote SMTP server (which it looks like you are) you don't need SMTP on the server.

提交回复
热议问题