Hi,
We are using a styled text editor for the email body. Once the "Send Email" button is clicked, the email is sent, and an EML file is created. The emails in both Spanish and Portuguese are being sent correctly, with proper spacing and special characters appearing as expected in the translations. However, when generating the EML file, we encounter an issue where special characters are replaced with question marks or empty boxes. Additionally, spacing and line breaks are not preserved; instead, the content appears as a single paragraph when the EML file is opened. We are using the "Create EML File from OOTB Poller" Smart Service to create EML File. In English is working properly and we are facing issue in Spanish and Portuguese
Discussion posts and replies are publicly visible
Hi naseemas0001,
I too have the same issue, were you able to arrive at a solution for this ?
Soma, Additionally, we found that the charset in such emails were Latin1/iso-8859-1. We tried to update the charset to utf-8 in the process before generating EML with the plug-in, still the characters are not rendered properly in the generated EML.