From 572413596f0346debf21381845df67bc7a632b49 Mon Sep 17 00:00:00 2001 From: Rene Date: Tue, 16 Sep 2025 21:53:54 +0200 Subject: [PATCH] test --- config/environments/production.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 0c7ad4f..164ec83 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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