jdavidbakr / mail-tracker

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

Fix attachments breaking injection #183

Closed JapSeyz closed 2 years ago

JapSeyz commented 2 years ago

Closes #182

FYI: It seems that none of the tests are actually testing that the pixel is injected into the message. It seemed out of scope of this PR to fix that.

jdavidbakr commented 2 years ago

Thanks!