RESOLVED: issue caused by HTML sanitizer
I'm creating an email template in JSON and I have an underlined word, e.g:
<ul><li><u style=\"text-decoration: underline;\"> Date:</u> Post must be shared on Instagram within one week of receiving your product</li></ul>
When I send myself my template and receive it in Gmail, the underlines are gone. There is no text decoration whatsoever. But my bolded text (using the tag) works great.
****NOTE: I tried adding inline-styling as suggested, but this does not work. I should also mention this text is in a list, so it has a parent li tag. Not sure why this would make a difference.
Has anyone run into this? I didn't see much on it while googling, which makes me wonder if there is a workaround.