change test mail address to a non RFC 2606 blocked one

This commit is contained in:
Daniel Seifert 2024-08-21 12:50:40 +02:00
parent 65c690b6ff
commit 43b3ad08b9
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170

View File

@ -26,7 +26,7 @@ use OxidEsales\Eshop\Core\Registry;
class MailConfigCheck extends AdminDetailsController class MailConfigCheck extends AdminDetailsController
{ {
protected $_sThisTemplate = '@'.Constants::OXID_MODULE_ID.'/admin/mailConfigCheck'; protected $_sThisTemplate = '@'.Constants::OXID_MODULE_ID.'/admin/mailConfigCheck';
protected string $testMailAddress = 'test@example.com'; protected string $testMailAddress = 'test@example.dev';
public function render(): string public function render(): string
{ {