diff --git a/config/environments/production.rb b/config/environments/production.rb index 6bb6af878..0d8f914a2 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -42,7 +42,7 @@ domain: ENV.fetch('DF_SMTP_DOMAIN', nil), user_name: ENV.fetch('DF_SMTP_USERNAME', nil), password: ENV.fetch('DF_SMTP_PASSWORD', nil), - authentication: ENV.fetch('DF_SMTP_AUTHENTICATION', 'plain'), + authentication: ENV.fetch('DF_SMTP_AUTHENTICATION', nil), enable_starttls_auto: true } end