From cd6f13eff4f29c286dc5c508f5ffbe9d975ab1bc Mon Sep 17 00:00:00 2001 From: f Date: Thu, 19 Sep 2019 09:51:09 -0300 Subject: [PATCH] =?UTF-8?q?enviar=20correo=20sin=20cifrado=20porque=20se?= =?UTF-8?q?=20env=C3=ADa=20localmente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/environments/production.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 1404242..bcab0d9 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -135,7 +135,8 @@ Rails.application.configure do config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { address: 'postfix', - domain: ENV.fetch('SUTTY', 'sutty.nl') + domain: ENV.fetch('SUTTY', 'sutty.nl'), + enable_starttls_auto: false } config.action_mailer.default_options = { from: ENV['DEFAULT_FROM'] }