From 43b3ad08b94c3babe6988cb706bf67ebc5657945 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 21 Aug 2024 12:50:40 +0200 Subject: [PATCH] change test mail address to a non RFC 2606 blocked one --- Application/Controller/Admin/MailConfigCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Controller/Admin/MailConfigCheck.php b/Application/Controller/Admin/MailConfigCheck.php index 4ea18fc..4eb1ca7 100644 --- a/Application/Controller/Admin/MailConfigCheck.php +++ b/Application/Controller/Admin/MailConfigCheck.php @@ -26,7 +26,7 @@ use OxidEsales\Eshop\Core\Registry; class MailConfigCheck extends AdminDetailsController { protected $_sThisTemplate = '@'.Constants::OXID_MODULE_ID.'/admin/mailConfigCheck'; - protected string $testMailAddress = 'test@example.com'; + protected string $testMailAddress = 'test@example.dev'; public function render(): string {