Skip to content

Commit

Permalink
add new relay server (#288)
Browse files Browse the repository at this point in the history
* add new relay server

* Add enable_starttls: false

---------

Co-authored-by: Max Kadel <mkadel@princeton.edu>
  • Loading branch information
kayiwa and maxkadel authored Jun 20, 2024
1 parent a6867e1 commit dcdde60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

Rails.application.configure do
Rails.application.configure do # rubocop:disable Metrics/BlockLength
# Settings specified here will take precedence over those in config/application.rb.

# Code is not reloaded between requests.
Expand Down Expand Up @@ -62,7 +62,8 @@
config.action_mailer.delivery_method = :smtp

config.action_mailer.smtp_settings = {
address: 'lib-ponyexpr.princeton.edu',
address: 'lib-ponyexpr-prod.princeton.edu',
enable_starttls: false,
open_timeout: 10,
read_timeout: 10
}
Expand Down

0 comments on commit dcdde60

Please sign in to comment.