Abandoned Cart - HTML Issue

blimplocked

New Member
Hey,

trying to set up a nice attractive abandoned cart email with some basic html and having issues.

After sending out a test email the template gets rewrote with lots of // before " or ' characters.

Any idea how to resolve this? For example

<img class="alignleft" src="/image/email.png" width="212" height="300"/>Hey {{full_name}}<br />

Becomes

<img class=\"alignleft\" src="/image/email.png" width=\"212\" height=\"300\"/>Hey {{full_name}}<br />

After sending a test email, next email will not include the image because incorrect HTML.
 
Top