mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-20 02:43:40 +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
|
# Recibir por mail notificaciones de excepciones
|
||||||
config.action_mailer.default_url_options = {
|
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.perform_deliveries = true
|
||||||
config.action_mailer.raise_delivery_errors = true
|
config.action_mailer.raise_delivery_errors = true
|
||||||
|
|
Loading…
Reference in a new issue