Skip to content

2 Email

Richard Peck edited this page Nov 14, 2016 · 3 revisions

0.6.5 introduced email - you can now receive every exception caught by Rails straight to your inbox.

It relies on ActionMailer - you need a working SMTP server and email to make this work:

[email strategy image]


#1 ActionMailer

Two options -

  • private server (SendGrid)
  • hosted server (Gmail)

Both allow you to send emails from your Rails app.

To set this up, you need to add the following to your Rails environment files (/config/application.rb / /config/environments/x.rb):


#2 Config

The way

Clone this wiki locally