From 315122c1de0b88d631934fa2de7124da122583d8 Mon Sep 17 00:00:00 2001 From: jomo Date: Thu, 3 Dec 2015 23:47:51 +0100 Subject: [PATCH] use https in email links --- 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 8924b6f..204a375 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -67,7 +67,8 @@ Redstoner::Application.configure do config.action_mailer.default_url_options = { host: 'redstoner.com', - port: 80 + port: 80, + protocol: 'https' } config.action_mailer.smtp_settings = {