fix email plain text encoding issue

This commit is contained in:
Yuri Kuznetsov
2023-03-10 18:24:08 +02:00
parent 837e96c061
commit 2b08f83ac2
+5 -5
View File
@@ -237,11 +237,11 @@ class Email extends Entity
'<',
'>',
' ',
chr(161),
chr(162),
chr(163),
chr(169),
chr(174),
'¡',
'¢',
'£',
'©',
'®',
];
foreach ($reList as $i => $re) {