add ssl option in smtp setting (#14309)

lolsob-rspec
Tdxdxoz 2020-07-15 20:43:49 +08:00 committed by GitHub
parent c9fbf47a23
commit 848622f347
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ Rails.application.configure do
:openssl_verify_mode => ENV['SMTP_OPENSSL_VERIFY_MODE'],
:enable_starttls_auto => ENV['SMTP_ENABLE_STARTTLS_AUTO'] || true,
:tls => ENV['SMTP_TLS'].presence,
:ssl => ENV['SMTP_SSL'].presence,
}
config.action_mailer.delivery_method = ENV.fetch('SMTP_DELIVERY_METHOD', 'smtp').to_sym