From a3bcbca5e70f33c5a09cabfe97d2eda027d80822 Mon Sep 17 00:00:00 2001 From: rodinux Date: Thu, 16 Nov 2023 00:04:10 +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 847c67e..b33932d 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 = 'localhost'; +const SMTP_HOST = '__DOMAIN__'; /** * Port du serveur SMTP