From de41c5ac01a928f35781fd3e17092e1d61e31db3 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 11 Oct 2023 21:10:26 +0200 Subject: [PATCH] default send adress --- core/module/install/ressource/defaultdata.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 4e0603a7..d4fdab4f 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -25,7 +25,8 @@ class init extends common 'proxyPort' => '', 'proxyType' => 'tcp://', 'smtp' => [ - 'enable' => false, + 'enable' => false,, + 'from'=> 'no-reply@localhost' ], 'seo' => [ 'robots' => true,