Skip to content

Commit

Permalink
adjust email in error sending to get rid of error message in postmark (
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranja authored Nov 2, 2024
1 parent ffcd978 commit f391b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
:ignore_crawlers => %w{Googlebot bingbot MJ12bot Seekport},
:email => {
:email_prefix => "[SPEAKERINNEN ERROR PRODUCTION] ",
:sender_address => %{"Team" <no-reply@speakerinnen.org>},
:sender_address => %{"Team" <team@speakerinnen.org>},
:exception_recipients => %w{devops@speakerinnen.org}
}

Expand Down
2 changes: 1 addition & 1 deletion config/environments/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
config.middleware.use ExceptionNotification::Rack,
:email => {
:email_prefix => "[SPEAKERINNEN ERROR STAGING] ",
:sender_address => %{"notifier" <no-reply@speakerinnen.org>},
:sender_address => %{"notifier" <team@speakerinnen.org>},
:exception_recipients => %w{devops@speakerinnen.org}
}
end

0 comments on commit f391b0e

Please sign in to comment.