We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04f2944 + 97fe511 commit 5f7f256Copy full SHA for 5f7f256
config/application.rb
@@ -64,7 +64,7 @@ class Application < Rails::Application
64
user_name: ENV.fetch("SMTP_USERNAME", nil),
65
password: ENV.fetch("SMTP_PASSWORD", nil),
66
authentication: ENV.fetch("SMTP_AUTHENTICATION", nil)&.to_sym,
67
- openssl_verify_mode: ENV.fetch("SMTP_OPENSSL_VERIFY_MODE", nil)&.to_sym,
+ openssl_verify_mode: ENV.fetch("SMTP_OPENSSL_VERIFY_MODE", nil),
68
open_timeout: ENV.fetch("SMTP_OPEN_TIMEOUT", nil)&.to_i,
69
read_timeout: ENV.fetch("SMTP_READ_TIMEOUT", nil)&.to_i
70
}.compact
0 commit comments