From 29b0a4e3b2836ff11d19307861bd3bad2d3458a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:44:25 +0200 Subject: [PATCH] Update config.local.php --- conf/config.local.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.local.php b/conf/config.local.php index c213a95..d6fd1b5 100644 --- a/conf/config.local.php +++ b/conf/config.local.php @@ -432,7 +432,7 @@ const USE_CRON = true; * Défaut : null */ -//const SMTP_USER = 'paheko@__DOMAIN__'; +//const SMTP_USER = '__APP__@__DOMAIN__'; /** * Mot de passe pour le serveur SMTP @@ -484,7 +484,7 @@ const USE_CRON = true; * Défaut : null */ -//const MAIL_RETURN_PATH = 'returns@monserveur.com'; +//const MAIL_RETURN_PATH = 'returns@__DOMAIN__'; /** @@ -502,7 +502,7 @@ const USE_CRON = true; * Défaut : null */ -//const MAIL_SENDER = 'associations@monserveur.com'; +//const MAIL_SENDER = 'associations@__DOMAINE__'; /** * Mot de passe pour l'accès à l'API permettant de gérer les mails d'erreur