From 5b122c2631f44c07009765e5d5b1239fbc02fcac Mon Sep 17 00:00:00 2001 From: Bess Sadler Date: Thu, 13 Jun 2024 15:42:10 -0400 Subject: [PATCH] Disable TLS for mail (#1843) --- config/environments/production.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index cddf2781f..b1502260b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -69,7 +69,8 @@ config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { - address: "lib-ponyexpr-prod.princeton.edu" + address: "lib-ponyexpr-prod.princeton.edu", + enable_starttls: false } config.action_mailer.default_options = {