From f7fddd5420a504322e4223c973ae17c6684b60af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 13 Dec 2023 02:21:21 +0100 Subject: [PATCH] Fix mail stack --- conf/xwiki.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/xwiki.properties b/conf/xwiki.properties index 1d0091f..f185673 100644 --- a/conf/xwiki.properties +++ b/conf/xwiki.properties @@ -1053,7 +1053,7 @@ __DISTRIBUTION_DEFAULT_UI__ #-# [Since 6.1M2] #-# SMTP host when sending emails, defaults to "localhost". #-# This configuration property can be overridden in XWikiPreferences objects, by using the "smtp_server" property name. -mail.sender.host = __DOMAIN__ +mail.sender.host = localhost #-# [Since 6.1M2] #-# SMTP port when sending emails, defaults to 25. @@ -1069,7 +1069,7 @@ mail.sender.from = __APP__@__DOMAIN__ #-# Username to authenticate on the SMTP server, if needed. By default no authentication is performed. #-# This configuration property can be overridden in XWikiPreferences objects, by using the "smtp_server_username" #-# property name. -mail.sender.username = __APP__ +mail.sender.username = __APP__ #-# [Since 6.1M2] #-# Password to authenticate on the SMTP server, if needed. By default no authentication is performed.