Skip to content

Commit

Permalink
Merge pull request #4024 from pulibrary/new_relay_server
Browse files Browse the repository at this point in the history
add new relay server
  • Loading branch information
sandbergja committed May 30, 2024
2 parents 423f01c + 53c9489 commit 317685d
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 @@ -80,7 +80,7 @@
config.action_mailer.delivery_method = :smtp

config.action_mailer.smtp_settings = {
address: "#{ENV['SMTP_HOST'] || 'lib-ponyexpr.princeton.edu' }",
address: "#{ENV['SMTP_HOST'] || 'lib-ponyexpr-prod.princeton.edu' }",
port: (ENV['SMTP_PORT'] || 25).to_i,
open_timeout: 10,
read_timeout: 10
Expand Down

0 comments on commit 317685d

Please sign in to comment.