Commit 636abd978fa8eb574227955fdea2e5f6058580a4

Authored by Antonio Terceiro
1 parent f856899b

Disable auto TLS in SMTP connections

Since using a local MTA is the recommended setup, we should not lose
anything with this.
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
config/initializers/action_mailer.rb 0 → 100644
@@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
  1 +# Turn off auto TLS for e-mail
  2 +ActionMailer::Base.smtp_settings[:enable_starttls_auto] = false