Skip to content

Commit

Permalink
Improve exception notifier to send email from address it sends to, ma…
Browse files Browse the repository at this point in the history
…king it easy to reply to alerts.
  • Loading branch information
igal committed Apr 29, 2011
1 parent 40b503c commit cedf17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/exception_notifier.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ExceptionNotifier.exception_recipients = [SECRETS.administrator_email]
ExceptionNotifier.sender_address = "error@#{Socket.gethostname}"
ExceptionNotifier.sender_address = "#{SECRETS.administrator_email}"

0 comments on commit cedf17f

Please sign in to comment.