Change unintended SMTP read timeout from 5 seconds to 20 seconds (#23750)
This commit is contained in:
parent
a54bd84690
commit
2a37dc7967
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ Rails.application.configure do
|
|||
enable_starttls_auto: enable_starttls_auto,
|
||||
tls: ENV['SMTP_TLS'].presence && ENV['SMTP_TLS'] == 'true',
|
||||
ssl: ENV['SMTP_SSL'].presence && ENV['SMTP_SSL'] == 'true',
|
||||
read_timeout: 20,
|
||||
}
|
||||
|
||||
config.action_mailer.delivery_method = ENV.fetch('SMTP_DELIVERY_METHOD', 'smtp').to_sym
|
||||
|
|
Loading…
Reference in a new issue