mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #394] Tracking pixel is not loaded #256
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#256
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @philippbuerger on GitHub (Nov 26, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/394
Hey there, first of all great work with mailpit. Using it over a year now and never had any problems with it!
I don't know if this is a real bug or maybe some security settings or something. I have a tracking pixel in my emails (image with url to a laravel route, doing some magic and returning a pixel.gif). Calling this url directly works perfect but for some reason mailpit do not call the url / render the pixel. The link check is showing me the url and say everything is fine. Just wanted to ask if this is a local thing, bug or did I miss something?
@philippbuerger commented on GitHub (Nov 26, 2024):
Nvm the called route needed an auth 😂 works perfect now