You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example
When sending emails to Gmail clients, the images do not load, and the system registers an "opened" event even when the user is in the inbox screen and has not yet opened the email.
Expected Behavior
The email open tracking should accurately detect when an email is opened, and the image rendering should work seamlessly across various email providers.
Steps to Reproduce
Send an email to a Gmail account with email open tracking enabled.
Observe that the images do not load properly.
Check the tracking system, which erroneously registers an "opened" event even before the email is opened.
Additional Information
This issue is not limited to Gmail and may affect other email providers.
The text was updated successfully, but these errors were encountered:
Gmail (and some others providers) treats images and html contents to indeed prevent us to track their user. If you have any idea to workaround, send a PR ;)
Example
When sending emails to Gmail clients, the images do not load, and the system registers an "opened" event even when the user is in the inbox screen and has not yet opened the email.
Expected Behavior
The email open tracking should accurately detect when an email is opened, and the image rendering should work seamlessly across various email providers.
Steps to Reproduce
Additional Information
The text was updated successfully, but these errors were encountered: