Hello,
I try to use custom HTML in my invite and remind emails like this (this is
formalism
given by my SMTP provider : Tipimail) :
Code:
<html><!--|{"X-TM-BULK":1,"X-TM-TAGS":["best","ag2021"]}|-->...
But received HTML contains that:
Code:
<html>
<!--|<span class=3D'em-expression em-haveerror' ><span class=3D"em-var-st=
ring">"X-TM-BULK"</span><span class=3D'em-error' title=3D' ' ><span title=
=3D"Syntaxe non pris en charge"> : </span></span>1, <span class=3D"em-var-s=
tring">"X-TM-TAGS"</span><span class=3D'em-error' title=3D' ' ><span title=
=3D"Syntaxe non pris en charge"> : </span></span><span class=3D'em-error' t=
itle=3D' ' ><span title=3D"Syntaxe non pris en charge"> [ </span></span><sp=
an class=3D"em-var-string">"best"</span>, <span class=3D"em-var-string">"a=
g2021"</span><span class=3D'em-error' title=3D' ' ><span title=3D"Syntaxe n=
on pris en charge"> ] </span></span></span>|-->
I read in
other topics
that [ or ] could be problematic, and could be { and } in my case. But I don't know how to escape this caracters and let it pass as it is.
If you have an idea! Many thanks!