diff options
Diffstat (limited to 'config/environments/production.rb')
-rw-r--r-- | config/environments/production.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 182b74e..e814a66 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb | |||
@@ -66,7 +66,9 @@ Rails.application.configure do | |||
66 | # Set this to true and configure the email server for immediate delivery to raise delivery errors. | 66 | # Set this to true and configure the email server for immediate delivery to raise delivery errors. |
67 | # config.action_mailer.raise_delivery_errors = false | 67 | # config.action_mailer.raise_delivery_errors = false |
68 | 68 | ||
69 | config.action_mailer.default_url_options = { host: 'feffernoo.se' } | 69 | config.action_mailer.default_url_options = { host: 'www.fourisland.com' } |
70 | config.action_mailer.delivery_method = :smtp | ||
71 | config.action_mailer.smtp_settings = Rails.application.config_for(:mail)[:smtp_settings] | ||
70 | 72 | ||
71 | # Enable locale fallbacks for I18n (makes lookups for any locale fall back to | 73 | # Enable locale fallbacks for I18n (makes lookups for any locale fall back to |
72 | # the I18n.default_locale when a translation cannot be found). | 74 | # the I18n.default_locale when a translation cannot be found). |