How to disable tracking?

I don’t use the [USERTRACK]-placeholder in my template. But in the source code of all mails there is this code at the end of it:

<img src=3D"https://mydomain.com//ut.php?u=3Dd6fxxxxxxxxx4be=86c266ebca3e6&amp;=3D9080" width=3D"1" height=3D"1" border=3D"0" alt=3D"" =/></body>

So what can I do to remove that tracking code? I have to do that due to GDPR, otherwise all users have to allow tracking. And that could be very difficult. :wink:

Try turning off ALWAYS_ADD_USERTRACK in your config file (see https://resources.phplist.com/system/config/always_add_usertrack)

Yes, this works! Thank you! :grinning:

1 Like