Typo
This commit is contained in:
parent
7fb51f0c50
commit
321aeb200d
|
|
@ -1195,7 +1195,7 @@ EOT;
|
|||
/**
|
||||
* Test SMTPUTF8 usage, including when it is not to be used.
|
||||
*/
|
||||
public function testUnsuppoortedSmtpUTF8()
|
||||
public function testUnsupportedSmtpUTF8()
|
||||
{
|
||||
$this->Mail->CharSet = PHPMailer::CHARSET_ISO88591;
|
||||
self::assertFalse($this->Mail->addAddress('spın̈altap@example.com', ''));
|
||||
|
|
|
|||
Loading…
Reference in New Issue