Skip to content

Commit

Permalink
Update production.rb to the new mail server (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolyncole authored May 30, 2024
1 parent 9004163 commit 7056cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
address: "lib-ponyexpr.princeton.edu"
address: "lib-ponyexpr-prod.princeton.edu"
}

config.action_mailer.default_options = {
Expand Down

0 comments on commit 7056cdd

Please sign in to comment.