Hi:
we are passing french characters with accent to the email subject line as variables.
But those characters are not correctly showing up in the email client.
we have tried to use UTF-8 encoding, but it only works in gmail.
for string "Inscription à la facture électronique" we are passing "=?UTF-8?Q?=49=6e=73=63=72=69=70=74=69=6f=6e=20=e0=20=6c=61=20=66=61=63=74=75=72=65=20=e9=6c=65=63=74=72=6f=6e=69=71=75=65?="
any idea how we can fix this issue? we have also tried setting enforce encoding on the template delivery
Thanks