From ba4a91177b48d4fc279d0d210b0bb13de0d7b8b1 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@networkteam.com> Date: Tue, 27 Feb 2024 17:37:26 +0100 Subject: [PATCH] [TASK] Remove predefined Linkvalidator sender mailaddress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In production environments the address is always wrong. By removing it the fallback MAIL/defaultMailFromAddress is used. With this it's possibly one step less to setup the Linkvalidator. Releases: main Resolves: #103209 Change-Id: I03705a26de2dad6181b0a4f202900634f787a965 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83149 Tested-by: Stefan Bürk <stefan@buerk.tech> Tested-by: core-ci <typo3@b13.com> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Stefan Bürk <stefan@buerk.tech> Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> --- typo3/sysext/linkvalidator/Configuration/page.tsconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/linkvalidator/Configuration/page.tsconfig b/typo3/sysext/linkvalidator/Configuration/page.tsconfig index 8e4014b4243a..a7c1caaa7005 100644 --- a/typo3/sysext/linkvalidator/Configuration/page.tsconfig +++ b/typo3/sysext/linkvalidator/Configuration/page.tsconfig @@ -45,7 +45,7 @@ mod.linkvalidator { actionAfterEditRecord = recheck mail { fromname = LinkValidator - fromemail = linkvalidator@example.com + fromemail = replytoname = replytoemail = subject = TYPO3 LinkValidator report -- GitLab