jdavidbakr / mail-tracker

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

View Email not tracking #141

Closed kamonth88 closed 3 years ago

kamonth88 commented 3 years ago

I created EmailSendListener , It's work but when i created EmailViewListenter to track a user open email. it's not working (I add getHeaders()->addTextHeader('X-Model-ID',$send_mail->id)) how to solve ?

jdavidbakr commented 3 years ago

You could manually fire the event in Tinker and make sure the event listener is working. Most likely it's not installed correctly. Unfortunately there's not much to go on from your comment.