jdavidbakr / mail-tracker

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

Ability to access the clicked URL in LinkClickedEvent #181

Closed louis-l closed 2 years ago

louis-l commented 2 years ago

This PR allows us to access the clicked URL via LinkClickedEvent.

This is useful for people who want to perform extra tasks based on the clicked link.

jdavidbakr commented 2 years ago

Nice, thanks!