mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 05:01:41 +00:00
enviar correo desde el panel
This commit is contained in:
parent
0871291d2e
commit
cb34542927
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue