When sending emails using the Mail Connector in Qlik Application Automation, special characters in the Subject field may not be correctly formatted.
Example:
In Qlik Application Automation:
Email received:
Solution
The Send Mail block does not have native support for special characters in the Subject input field, but only supports UTF-8 characters. To use special characters, a Custom Code block can be used with some PHP code to format the text string to be used by the Subject input field.
Do the following:
Create a Custom Code block and place it before the Send Mail block
Select the Custom Code block and make sure Language is set to PHP 7.4
Change one of the default inputs to "Subject" and delete the second default input
Paste the following code into the code block, replacing the example code
The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.
Although I don't have special characters and I have an error with send mail in automation: "Malformed UTF-8 characters, possibly in correctly encoded".
I have tried this solution but I have the same error.