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