jdavidbakr / mail-tracker

Package for Laravel to inject tracking code into outgoing emails.
MIT License
567 stars 129 forks source link

Opens/Clicks counter always 0 #169

Closed rommeA closed 2 years ago

rommeA commented 2 years ago

Date & time of the first view are saving correctly, but number of opens is always zero. image

URL for tracking pixel generates correctly: image When I open the url in browser, 'opens' counter stays 0.

P.S.: I use jdavidbakr/mail-tracker v.6.0.2

P.P.S.: this bug repeats with 'clicks' counter

rommeA commented 2 years ago

upd: forgot to run the queue. php artisan queue:work database

bilogic commented 2 months ago

thanks, saved me from opening an issue