This commit is contained in:
Marcus Bointon 2024-10-15 11:17:35 +02:00
parent 7fb51f0c50
commit 321aeb200d
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 1 deletions

View File

@ -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', ''));