diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 0c5e9fb1..fbf37b84 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -1176,6 +1176,8 @@ class PHPMailer self::$validator === 'php' && $this->addressHasUnicodeLocalPart($address) ) { + //The caller has not altered the validator, so assume that they want UTF-8 support + //instead of failing $this->CharSet = self::CHARSET_UTF8; self::$validator = 'eai'; }