From d7fe797735fab0ea91e9752fdc907fd0999df198 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 12:23:34 +0200 Subject: [PATCH] Update config.local.php --- conf/config.local.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/config.local.php b/conf/config.local.php index d6fd1b5..cfb8818 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 = true; +const SMTP_HOST = true; /** * Port du serveur SMTP @@ -422,7 +422,7 @@ const USE_CRON = true; * Défaut : 587 */ -//const SMTP_PORT = 587; +const SMTP_PORT = 25; /** * Login utilisateur pour le server SMTP @@ -432,7 +432,7 @@ const USE_CRON = true; * Défaut : null */ -//const SMTP_USER = '__APP__@__DOMAIN__'; +const SMTP_USER = '__APP__'; /** * Mot de passe pour le serveur SMTP @@ -442,7 +442,7 @@ const USE_CRON = true; * Défaut : null */ -//const SMTP_PASSWORD = '__MAIL_PWD__'; +const SMTP_PASSWORD = '__MAIL_PWD__'; /** * Sécurité du serveur SMTP @@ -455,7 +455,7 @@ const USE_CRON = true; * Défaut : STARTTLS */ -//const SMTP_SECURITY = 'STARTTLS'; +const SMTP_SECURITY = 'NONE'; /** * Nom du serveur utilisé dans le HELO SMTP @@ -484,7 +484,7 @@ const USE_CRON = true; * Défaut : null */ -//const MAIL_RETURN_PATH = 'returns@__DOMAIN__'; +const MAIL_RETURN_PATH = 'returns@__DOMAIN__'; /** @@ -502,7 +502,7 @@ const USE_CRON = true; * Défaut : null */ -//const MAIL_SENDER = 'associations@__DOMAINE__'; +const MAIL_SENDER = 'associations@__DOMAINE__'; /** * Mot de passe pour l'accès à l'API permettant de gérer les mails d'erreur