From a70b7c5fdb7163b6bd8898be523d079853e5b922 Mon Sep 17 00:00:00 2001 From: nilsding Date: Thu, 1 Jan 2015 17:57:44 +0100 Subject: [PATCH] alright.... --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 9b8fccef..f37fd1a3 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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.