Enable TLS in email delivery
All checks were successful
Run unit tests / rubocop (pull_request) Successful in 27s
Run unit tests / check-licenses (pull_request) Successful in 41s
Run unit tests / copyright_notice (pull_request) Successful in 45s
Run unit tests / unit_tests (pull_request) Successful in 1m14s
Run unit tests / build-static-assets (pull_request) Successful in 12m2s
All checks were successful
Run unit tests / rubocop (pull_request) Successful in 27s
Run unit tests / check-licenses (pull_request) Successful in 41s
Run unit tests / copyright_notice (pull_request) Successful in 45s
Run unit tests / unit_tests (pull_request) Successful in 1m14s
Run unit tests / build-static-assets (pull_request) Successful in 12m2s
This commit is contained in:
parent
c42eb4e576
commit
1586f88986
@ -79,7 +79,8 @@ Rails.application.configure do
|
||||
port: File.read("/run/secrets/smtp_port").strip.to_i,
|
||||
user_name: File.read("/run/secrets/smtp_user_name").strip,
|
||||
password: File.read("/run/secrets/smtp_password").strip,
|
||||
authentication: File.read("/run/secrets/smtp_authentication").strip.to_sym
|
||||
authentication: File.read("/run/secrets/smtp_authentication").strip.to_sym,
|
||||
tls: true
|
||||
}
|
||||
rescue Errno::ENOENT
|
||||
{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user