jdavidbakr / mail-tracker

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

Laravel 9 Support #165

Closed maher1337 closed 2 years ago

jdavidbakr commented 2 years ago

Unfortunately it's not just a matter of updating the composer requirements, as Laravel 9 dropped support for the Swift mailer. There is a ticket for the L9 changes, I had been unable to figure out how to hook into the new mailer but got some help earlier today. Just need to get a chance to make the fix now.

maher1337 commented 2 years ago

My apologies. I had changed it to a draft after seeing the amount of change on the symfony mailer. Thank you @jdavidbakr