diff --git a/config/environments/production.rb b/config/environments/production.rb index 078b8d0..3db08ce 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -71,7 +71,8 @@ Rails.application.configure do config.action_mailer.perform_caching = false config.action_mailer.smtp_settings = { - address: 'localhost', + # TODO: make configurable through ENV variables + address: 'dokku1.workaround.org', port: 25, enable_starttls_auto: false }