From d2174fb0045ebb1b860d750abae53c8051df91e5 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Mon, 18 Jan 2016 20:22:51 +0000 Subject: [PATCH] Forgot a setting for email --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index 1fc9943..1473109 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -104,6 +104,7 @@ Wrestling::Application.configure do :port => 25, :domain => "wrestlingdev.com", } + config.action_mailer.perform_deliveries = true #Devise needs origin of email config.action_mailer.default_url_options = { :host => 'wrestlingdev.com' } end