I am trying to add the following to my subject line: 🕚 29 hours left…
I have tried the UTF code =?UTF-8?Q?=F0=9F=95=90?= for the clock, but it shows up as just the UTF code when I send a test. What am I doing wrong?
Solved! Go to Solution.
I have tried the UTF code =?UTF-8?Q?=F0=9F=95=90?= for the clock
Q encoding, to be clear (it happens to be Q-encoded UTF-8).
If there are any other non-ASCII characters in the Subject, they need to be Q-encoded too. You also have the ellipsis character. That’s
=?UTF-8?Q?=E2=80=A6?=
Yes, absolutely right, and the shared code is also working fine.
See screenshot -
@asonnentag, Please check the subject line again.
Thanks!
I have tried the UTF code =?UTF-8?Q?=F0=9F=95=90?= for the clock
Q encoding, to be clear (it happens to be Q-encoded UTF-8).
If there are any other non-ASCII characters in the Subject, they need to be Q-encoded too. You also have the ellipsis character. That’s
=?UTF-8?Q?=E2=80=A6?=
Yes, absolutely right, and the shared code is also working fine.
See screenshot -
@asonnentag, Please check the subject line again.
Thanks!