-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Integrations - 3rd-party - Email
-
None
-
1
Issue Summary
When a user sends an email from a Linux server where the subject line is in Japanese, some characters are not correctly parsed.
Examples:
- ン
- 。
- 知
Steps to Reproduce
- Send email from Linux server with the command below
- cat alert.txt | mail -s "JPN CHRS including these characters ン, 。, 知" -S smtp=smtp://x.x.x.x -r xxx@xxx.com
Expected Results
The subject line to parse the line corrects
Actual Results
Characters not parsed correctly, where the characters are replaced with �� characters
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available