From 5f677cb67b1593a189d54400fe8f8e0b430bb4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:59:34 +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 8242810..c213a95 100644 --- a/conf/config.local.php +++ b/conf/config.local.php @@ -411,7 +411,7 @@ const USE_CRON = true; * Défaut : false */ -//const SMTP_HOST = false; +//const SMTP_HOST = true; /** * Port du serveur SMTP @@ -432,7 +432,7 @@ const USE_CRON = true; * Défaut : null */ -//const SMTP_USER = 'paheko@monserveur.com'; +//const SMTP_USER = 'paheko@__DOMAIN__'; /** * Mot de passe pour le serveur SMTP @@ -442,7 +442,7 @@ const USE_CRON = true; * Défaut : null */ -//const SMTP_PASSWORD = 'abcd'; +//const SMTP_PASSWORD = '__MAIL_PWD__'; /** * Sécurité du serveur SMTP