I can’t seem to find out why the open statistic image does not get included in my outgoing newsletters. I checked the mail source and it’s simply missing.
Setting Mime Mail to “link images only” doesn’t help either.

Text format is full_html, I even tried a new text format with no filters.

function _simplenews_statistics_image_tag is being called and $body is appended with the image tag. It must get removed at some later point.

Any pointers?

Comments

igorski’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.x-dev
Component: Encoder » Code
Status: Active » Needs review

Ok, after hours and hours of debugging and head scratching, I found the problem:
If you’re also using Mime Mail CSS Compressor, the <img> tag will be removed because of its style="hidden".
So, one up for Allow theming of tracking image

IckZ’s picture

igorski++ ! thanks a lot. You saved my day :). I just wanted to start debugging but than I found this issue here :)

dieuwe’s picture

Status: Needs review » Closed (duplicate)

Closing this issue as it is directly linked to #2360015: Allow theming of tracking image