jdavidbakr / mail-tracker

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

RecordDeliveryJob handle method #193

Closed oficinaonlinecr closed 1 year ago

oficinaonlinecr commented 2 years ago

The handle method is not reached at RecordDeliveryJob and EmailDeliveredEvent is not fired. env = prod.

env = dev: it does.

There is something wrong?