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
bovenliggende 65c690b6ff
commit 43b3ad08b9
Getekend door: DanielS
GPG sleutel-ID: 6A513E13AEE66170

Bestand weergeven

@ -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
{