change test mail address to a non RFC 2606 blocked one
This commit is contained in:
parent
65c690b6ff
commit
43b3ad08b9
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user