mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-13 08:32:47 +00:00
Forgot a setting for email
This commit is contained in:
@@ -104,6 +104,7 @@ Wrestling::Application.configure do
|
|||||||
:port => 25,
|
:port => 25,
|
||||||
:domain => "wrestlingdev.com",
|
:domain => "wrestlingdev.com",
|
||||||
}
|
}
|
||||||
|
config.action_mailer.perform_deliveries = true
|
||||||
#Devise needs origin of email
|
#Devise needs origin of email
|
||||||
config.action_mailer.default_url_options = { :host => 'wrestlingdev.com' }
|
config.action_mailer.default_url_options = { :host => 'wrestlingdev.com' }
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user