Comment
This commit is contained in:
parent
7cda202270
commit
c6d62ac4af
|
|
@ -1212,7 +1212,7 @@ EOT;
|
|||
$this->Mail->addAddress('foo@example.com', '');
|
||||
$this->Mail->preSend();
|
||||
|
||||
//Using a punycoded domain is enough
|
||||
//Using a punycoded domain does not need SMTPUTF8
|
||||
self::assertFalse($this->Mail->UseSMTPUTF8);
|
||||
$this->Mail->addAddress('foo@spın̈altap.example', '');
|
||||
$this->Mail->preSend();
|
||||
|
|
|
|||
Loading…
Reference in New Issue