jdavidbakr / mail-tracker

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

Emails are not tracked in production #247

Open latomate07 opened 4 months ago

latomate07 commented 4 months ago

Hello, First of all, I'd like to congratulate you on your fantastic package. It literally took me less than 2 minutes to activate it on my laravel application. But I have a problem that I can't solve. Why does local email tracking work fine but not in production? In fact, it's the email opening event that doesn't work in production, but clicking on links does work in production. If anyone has a solution to my problem, please share it with me.

Yours faithfully