From cb3454292747c32bc834651a86a29bd8ec38c7ac Mon Sep 17 00:00:00 2001 From: f Date: Fri, 20 Sep 2019 10:21:24 -0300 Subject: [PATCH] enviar correo desde el panel --- 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 bcab0d9..0423995 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -128,7 +128,7 @@ Rails.application.configure do # Recibir por mail notificaciones de excepciones config.action_mailer.default_url_options = { - host: ENV.fetch('SUTTY', 'sutty.nl') + host: "panel.#{ENV.fetch('SUTTY', 'sutty.nl')}" } config.action_mailer.perform_deliveries = true config.action_mailer.raise_delivery_errors = true