jdavidbakr / mail-tracker

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

Update opened_at on click if tracking pixels #157

Closed bretto36 closed 2 years ago

bretto36 commented 2 years ago

We have times where someone clicks the email but the opened_at hasn't been recognised, normally due to people not loading images by default in their emails.

I have a custom event listener in my code that triggers this on the Clicked Event, but thought it would be useful in the core code

jdavidbakr commented 2 years ago

Good call. Thank you!