Clarify comment

This commit is contained in:
Marcus Bointon 2024-10-21 11:36:38 +02:00
parent 182f7b9158
commit 5fc8d634b5
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 1 deletions

View File

@ -1126,7 +1126,7 @@ EOT;
$this->Mail->clearAllRecipients();
//This file is UTF-8 encoded. Create a domain encoded in "iso-8859-1".
//This file is UTF-8 encoded so we have to take a roundabout route to make a domain using an ISO-8859-1 character.
$letter = html_entity_decode('ç', ENT_COMPAT, PHPMailer::CHARSET_ISO88591);
$domain = '@' . 'fran' . $letter . 'ois.ch';
$this->Mail->addAddress('test' . $domain);