Skip to content

Commit

Permalink
add new relay server (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa authored May 29, 2024
1 parent 7afc472 commit b89ab49
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 @@ -72,7 +72,7 @@

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

# Ignore bad email addresses and do not raise email delivery errors.
Expand Down

0 comments on commit b89ab49

Please sign in to comment.