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

Trying to fix email

This commit is contained in:
2016-01-04 16:49:31 +00:00
parent 6068a69d98
commit c834985c5d

View File

@@ -73,6 +73,9 @@ Wrestling::Application.configure do
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
# config.action_mailer.raise_delivery_errors = false
#Devise needs origin of email
config.action_mailer.default_url_options = { :host => 'wrestlingapp.heroku.com' }
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found).