mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix email plain text encoding issue
This commit is contained in:
@@ -243,11 +243,11 @@ class Email extends Entity
|
||||
'<',
|
||||
'>',
|
||||
' ',
|
||||
chr(161),
|
||||
chr(162),
|
||||
chr(163),
|
||||
chr(169),
|
||||
chr(174),
|
||||
'¡',
|
||||
'¢',
|
||||
'£',
|
||||
'©',
|
||||
'®',
|
||||
];
|
||||
|
||||
foreach ($reList as $i => $re) {
|
||||
|
||||
Reference in New Issue
Block a user