Base solution for your next web application
Open Closed

Email Exceptions in application #2632


User avatar
0
bilalhaidar created

Hello, Is there a way to configure the app to send out emails when exceptions (Internal Server Errors 500) occur?

If not, can you guide me what components might be used and how could such thing be built? I can contribute to building it.

Regards Bilal

Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)

1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Currently this is not implemented by default. You can handle exception event <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Handling-Exceptions#DocExceptionEvent">http://aspnetboilerplate.com/Pages/Docu ... ptionEvent</a> and send emails in it.

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)