Send email from Elmah?

后端 未结 3 874
故里飘歌
故里飘歌 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 08:02

    Yes, if you are not using remote SMTP server you must have SMTP Server configured locally. You can also configure email for elmah in web.config as follows:

    
       
         

提交回复
热议问题