From 1a2945fc47ea1ee763e54ba035b7094256e80ae9 Mon Sep 17 00:00:00 2001 From: echarp Date: Thu, 26 Jun 2014 21:39:36 +0200 Subject: [PATCH] =?UTF-8?q?Essai=20de=20configuration=20smtp,=20pour=20g?= =?UTF-8?q?=C3=A9rer=20soucis=20de=20certificat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 232df2f8..98cf2785 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -64,7 +64,7 @@ Rails.application.configure do # Ignore bad email addresses and do not raise email delivery errors. # Set this to true and configure the email server for immediate delivery to raise delivery errors. # config.action_mailer.raise_delivery_errors = false - config.action_mailer.smtp_settings.openssl_verify_mode = 'none' + config.action_mailer.smtp_settings = { openssl_verify_mode: 'none' } # Enable locale fallbacks for I18n (makes lookups for any locale fall back to # the I18n.default_locale when a translation cannot be found).