From e2a06830ae575ef28a18d3919b4cc8eebadb344c Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Thu, 16 Nov 2023 13:47:36 +0100 Subject: [PATCH] Update config.local.php try secure 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..8104044 100644 --- a/conf/config.local.php +++ b/conf/config.local.php @@ -455,7 +455,7 @@ const SMTP_PASSWORD = '__MAIL_PWD__'; * Défaut : STARTTLS */ -const SMTP_SECURITY = 'NONE'; +const SMTP_SECURITY = 'STARTTLS'; /** * Nom du serveur utilisé dans le HELO SMTP