I'm asking because I know with some ESPs that if you use plain text as opposed to HTML it won't track opens & clicks.
So I want to use Lite HTML to combat this issue. Would this fix the tracking issue? The template would look like this:
So I want to use Lite HTML to combat this issue. Would this fix the tracking issue? The template would look like this:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
Hi [First Name],<br>
<br>
BLAH BLAH BLAH
<br>
Sincerely,<br>
<br>
[First Name]<br>
<br>
To unsubscribe from our email list, please <a href="http://domain.com" style="color:#585959;">click here</a><br>
or mail us at: Attn: [Company_Street]
</body>
</html>