Skip to content

Commit

Permalink
Disable TLS for mail (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
bess authored Jun 13, 2024
1 parent 5e16939 commit 5b122c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 5b122c2

Please sign in to comment.