Workflow emails are broken when using special characters like ë, ç etc
When I send emails with workflows and they contain these special characters they are stripped from the email completely.
After some debugging I found that this line $plainBody = Emails_Mailer_Model::convertToAscii($plainBody);
in VTEmailTask.inc
is causing this issue.
If I comment out this line everything works as expected. Do you have any idea why this is needed?
Edited by leeto