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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user