1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Forgot a setting for email

This commit is contained in:
2016-01-18 20:22:51 +00:00
parent 68e076a5d6
commit d2174fb004

View File

@@ -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