Skip to content

Commit cedf17f

Browse files
committed
Improve exception notifier to send email from address it sends to, making it easy to reply to alerts.
1 parent 40b503c commit cedf17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ExceptionNotifier.exception_recipients = [SECRETS.administrator_email]
2-
ExceptionNotifier.sender_address = "error@#{Socket.gethostname}"
2+
ExceptionNotifier.sender_address = "#{SECRETS.administrator_email}"

0 commit comments

Comments
 (0)