How does MW track opens?

redwicked

Member
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:
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>
 
The tracking of opens is universal... it is done by inserting a tracking pixel inside the html email.
From upcoming version, mailwizz also tracks opens if for example you have tracking urls in the email and they are clicked when the tracking pixel has been blocked(images are blocked sometimes).
 
Back
Top