fix email plain text encoding issue

This commit is contained in:
Yuri Kuznetsov
2023-03-10 18:24:08 +02:00
parent 08647b3ed6
commit cc1bfce3dd

View File

@@ -243,11 +243,11 @@ class Email extends Entity
'<',
'>',
' ',
chr(161),
chr(162),
chr(163),
chr(169),
chr(174),
'¡',
'¢',
'£',
'©',
'®',
];
foreach ($reList as $i => $re) {