Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Automated email open tracking pixel is not recognised by gmail #79

Closed
julienbedard opened this issue Aug 5, 2016 · 1 comment
Closed

Comments

@julienbedard
Copy link

Hi, recently found out Mautic as a serious flaw in the way that automated pixel is generated.

In the file "app/bundles/EmailBundle/Helper/MailHelper.php" line 879

$trackingImg = '<img style="display: none;" height="1" width="1" src="{tracking_pixel}" alt="Mautic is open source marketing automation" />';

Mautic email helper append style="display: none;" to the tracking pixel, that lead gmail not showing and rendering the pixel to the user. Since tracking openers is an important feature and gmail is a major email service provider we should remove style="display: none;" to the MailHelper.php file.

Another workaround would be to change style="display: none;" to style="display:none !important;" which is recognised by gmail. I did not tested out other major email service providers like yahoo, outlook or aol. But the removal is the best option imho.

@julienbedard
Copy link
Author

Just realised that I did posted the issue at the wrong place... Closing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant