Read more

exception_notification 3.0.0+ lets you send errors as HTML e-mails

Henning Koch
July 30, 2013Software engineer at makandra GmbH

Exception notifications contain a lot of information: Backtraces, HTTP headers, etc. exception_notification Show archive.org snapshot tries its best to format this wall of information using ASCII art, but you can also make it send those notification as simple HTML e-mails that have some simple formatting for clarity, but no images etc. To do so, activate this option:

:email_format => :html
Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

Those HTML notifications are still delivered with a text-only version, so if you are using a console client or want to forward the error you're still good.

We want to enable this in option in all future projects.

After deploying the change, make sure notifications are still sent (internal card).

Posted by Henning Koch to makandra dev (2013-07-30 10:39)