|
I have run into an issue email html code. It seems that some or all email clients use Quoted-Printable encoding when display messages.
Quoted-Printable encoding will change the = the 3d= whick for most tags is not an issue.
However, our cart provider uses a form for our add to cart, view cart etc.. and cannot interpret the Quoted-Printable encoding.
What happens is the tag in there form ID="cartID" is turned into ID3D="cartID" when displayed in an email client... Which fails on our cart providers server.
Any help, ideas or suggestions?
|