jdavidbakr / mail-tracker

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

Disable link tracking for a specific link #196

Closed UtkuDalmaz closed 1 year ago

UtkuDalmaz commented 1 year ago

I would like to disable tracking for a specific link. Any way to do that?

If no, please take it as a feature request.

Thanks

jdavidbakr commented 1 year ago

No, there's no way to blacklist a link at this time, but I could see it maybe being done with an attribute in the anchor tag, i.e. <a href="example.com" data-mailtracker-notrack="true"> - feel free to make a PR as it probably won't be a high priority on my end.

UtkuDalmaz commented 1 year ago

@jdavidbakr any time to implement this little feature?