Hi,

I have a process that sends an email and writes the email content in a file. While the file encoding is correct, the accented characters sent in the email are not shown properly. For instance, the character "ç" is shown as "ç". This only happens with data submitted by a webform. All other accented characters sent in the email that are not submitted by the user are shown properly in the email.

Any ideas to solve this?

thanks