This repository was archived by the owner on Aug 29, 2023. It is now read-only.
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 54
54
config . middleware . use ExceptionNotification ::Rack ,
55
55
:email => {
56
56
:email_prefix => "[DMPonline4 ERROR] " ,
57
- :sender_address => %{"No-reply" ENV["EXCEPT_SENDER"]} ,
58
- :exception_recipients => %w{ ENV["EXCEPT_RECIPIENTS"] }
57
+ :sender_address => ENV [ "EXCEPT_SENDER" ] ,
58
+ :exception_recipients => ENV [ "EXCEPT_RECIPIENTS" ]
59
59
}
60
60
61
61
config . action_mailer . perform_deliveries = true
Original file line number Diff line number Diff line change 87
87
config . middleware . use ExceptionNotification ::Rack ,
88
88
:email => {
89
89
:email_prefix => "[DMPonline4 ERROR] " ,
90
- :sender_address => %{"No-reply" ENV["EXCEPT_SENDER"]} ,
91
- :exception_recipients => %w{ ENV["EXCEPT_RECIPIENTS"] }
90
+ :sender_address => ENV [ "EXCEPT_SENDER" ] ,
91
+ :exception_recipients => ENV [ "EXCEPT_RECIPIENTS" ]
92
92
}
93
93
94
94
Original file line number Diff line number Diff line change 87
87
config . middleware . use ExceptionNotification ::Rack ,
88
88
:email => {
89
89
:email_prefix => "[DMPonline4 ERROR] " ,
90
- :sender_address => %{"No-reply" ENV["EXCEPT_SENDER"]} ,
91
- :exception_recipients => %w{ ENV["EXCEPT_RECIPIENTS"] }
90
+ :sender_address => ENV [ "EXCEPT_SENDER" ] ,
91
+ :exception_recipients => ENV [ "EXCEPT_RECIPIENTS" ]
92
92
}
93
93
94
94
You can’t perform that action at this time.
0 commit comments