From e46c85eb88054528def73406388c319e5825943c Mon Sep 17 00:00:00 2001 From: rodinux Date: Wed, 15 Nov 2023 23:39:34 +0100 Subject: [PATCH] try fix mail smtp --- conf/config.local.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.local.php b/conf/config.local.php index b33932d..847c67e 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 = '__DOMAIN__'; +const SMTP_HOST = 'localhost'; /** * Port du serveur SMTP