From e4e28491805bd4948794ccd339e253f44dd4ac22 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 24 May 2015 11:39:07 +0200 Subject: [PATCH] mails --- 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 8ca7dc5..39d47fe 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -88,7 +88,8 @@ CMSnb::Application.configure do config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :address => "localhost", - :port => 25 + :port => 25, + :openssl_verify_mode => 'none' }