Hello,
Where I can set email encoding for email for mails send by workflow Step `Send email` ?
Step details:
"PROCESS": "com.adobe.fd.workflow.email.SendEmailStep",
"sling:resourceType": "fd/workflow/components/email/sendemail"
I use Polish characters in an email and they got converted into `?` character.
I am using mail hog locally to test this feature and this is what I get
In plain text view I can see that the encoding is set to
Content-Type: text/html; charset=Cp1250
Is there a way to override that ?