From 06eb066203d1f6b6a91e37bb511beb105ce741a9 Mon Sep 17 00:00:00 2001 From: rodinux Date: Wed, 15 Nov 2023 23:08:09 +0100 Subject: [PATCH] try fix mail smtp --- conf/config.local.php | 4 ++-- conf/cron | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.local.php b/conf/config.local.php index d82e61f..b33932d 100644 --- a/conf/config.local.php +++ b/conf/config.local.php @@ -468,7 +468,7 @@ const SMTP_SECURITY = 'NONE'; * @var null|string */ -//const SMTP_HELO_HOSTNAME = '__DOMAIN__'; +const SMTP_HELO_HOSTNAME = '__DOMAIN__'; /** * Adresse e-mail destinée à recevoir les erreurs de mail @@ -484,7 +484,7 @@ const SMTP_SECURITY = 'NONE'; * Défaut : null */ -const MAIL_RETURN_PATH = 'returns@__DOMAIN__'; +//const MAIL_RETURN_PATH = 'returns@__DOMAIN__'; /** diff --git a/conf/cron b/conf/cron index 80068eb..a05c75e 100644 --- a/conf/cron +++ b/conf/cron @@ -1,3 +1,3 @@ @daily __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/cron.php * * * * * __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/emails.php - + \ No newline at end of file