/
Encoding issues during e-mail sending [5.2.1-RC1]
Encoding issues during e-mail sending [5.2.1-RC1]
I've found several problems in code, that is sending e-mails in In-Portal:
- when a colon (
:
) is present in recipient name, then e-mail isn't sent at all, because colon breaks header parsing on SMTP server - when a quote (
"
) is present in the attached filename, then attachment is either named wrong in recipient e-mail client or can't be downloaded at all
No wonder, that this wasn't discovered for a long time, because both cases are indeed very rare.