We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b503c commit cedf17fCopy full SHA for cedf17f
config/initializers/exception_notifier.rb
@@ -1,2 +1,2 @@
1
ExceptionNotifier.exception_recipients = [SECRETS.administrator_email]
2
-ExceptionNotifier.sender_address = "error@#{Socket.gethostname}"
+ExceptionNotifier.sender_address = "#{SECRETS.administrator_email}"
0 commit comments