jdavidbakr / mail-tracker

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

[Feature request] Track first open and click of an email #104

Closed jcalonso closed 3 years ago

jcalonso commented 4 years ago

Hi there!,

I have a small feature request that can improve this package.

It would be very useful when gathering statistics for email campaigns to track the first open and first click of an email, this could be easy done by adding opened_at and clicked_at in the sent_email table and the respective logic to update those columns only when they are empty.

Let me know what you think. :)

jdavidbakr commented 4 years ago

Feel free to submit a pull request

jdavidbakr commented 3 years ago

Added to version 5.x