alright....

This commit is contained in:
nilsding 2015-01-01 17:57:44 +01:00
parent 88616f0280
commit a70b7c5fdb
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Rails.application.configure do
config.active_support.deprecation = :notify
config.action_mailer.delivery_method = :sendmail
config.action_mailer.default_url_options = { host: APP_CONFIG['hostname'] }
config.action_mailer.default_url_options = { host: 'retrospring.net' }
config.action_mailer.perform_deliveries = true
# 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.