test
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2025-09-16 21:29:20 +02:00
parent 4ec4a3ddd6
commit b659ea9956

View File

@ -95,7 +95,7 @@ Rails.application.configure do
user_name: ENV['SMTP_USER_NAME'],
password: ENV['SMTP_PASSWORD'],
authentication: ENV['SMTP_AUTHENTICATION'] || 'plain',
enable_starttls: ENV['SMTP_ENABLE_STARTTLS_AUTO'] || 'true'
enable_starttls_auto: ENV['SMTP_ENABLE_STARTTLS_AUTO'] || 'true'
open_timeout: 5,
read_timeout: 5
}