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

This commit is contained in:
2025-09-16 21:53:54 +02:00
parent 5b40146592
commit 572413596f

View File

@ -94,8 +94,8 @@ Rails.application.configure do
domain: ENV['SMTP_DOMAIN'],
user_name: ENV['SMTP_USER_NAME'],
password: ENV['SMTP_PASSWORD'],
authentication: ENV['SMTP_AUTHENTICATION'] || :plain,
enable_starttls_auto: ENV['SMTP_ENABLE_STARTTLS_AUTO'] || 'true'
authentication: 'plain',
enable_starttls_auto: true
}
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to