1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

debug values

This commit is contained in:
rodinux 2024-08-18 15:07:55 +02:00
parent 522195d277
commit bf1f704014

View file

@ -54,3 +54,8 @@ name.fr = "Configuration SMTP"
ask.fr = "Adresse e-mail expéditrice des messages" ask.fr = "Adresse e-mail expéditrice des messages"
type = "string" type = "string"
bind = "MAIL_SENDER:__INSTALL_DIR__/config.local.php" bind = "MAIL_SENDER:__INSTALL_DIR__/config.local.php"
[main.smtp.mail_return_path]
ask.fr = "Adresse e-mail destinée à recevoir les erreurs de mail"
type = "string"
bind = "MAIL_RETURN_PATH:__INSTALL_DIR__/config.local.php"