vormkracht10 / laravel-mails

Collect everything about sent mails in your Laravel app
MIT License
7 stars 3 forks source link

[Question]: how to track mails and get events #25

Open atmonshi opened 1 month ago

atmonshi commented 1 month ago

What happened?

thank you for this package. I am trying to get events and tracking to work, I setup mailgun and started to see the opens been tracked (test on one email :) )

Screenshot 2024-10-03 at 11 07 38 PM

so now how to get this in the package

I ran the command: php artisan mail:webhooks mailgun but nothing happened after running.

Screenshot 2024-10-03 at 11 18 12 PM

also do I need this to be running as a daemon on the server os something?!

How to reproduce the bug

I just installed the package and setup the mailgun

Package Version

main

PHP Version

8.2

Laravel Version

11.26

Which operating systems does with happen with?

No response

Notes

No response

markvaneijk commented 1 month ago

The package is not officially released yet (no 1.0 release yet!)

But almost ready...

For Mailgun we don't have everything setup right now, only Postmark is fully supported and tested.