在使用 ISO-2022-JP (7 位) 字符集时, MIME 标头未正确编码
作者: koseki创建于 2020年10月31日更新于 2020年11月2日
In the `PHPMailer.php`, there is a code that set `$charset = "us-ascii"` if the input string does not have 8-bit characters. https://GitHub.com/PHPMailer/PHPMailer/blob/3dffb3e4ee97b82a63eeac9ec2d03b164becc451/src/PHPMailer.php#L3282-L3286
内容来源: PHPMailer/PHPMailer