Laravel-Mailgun-Webhooks icon indicating copy to clipboard operation
Laravel-Mailgun-Webhooks copied to clipboard

Track outgoing mailgun email status and associate it back with individual users. Get alerted of bounces and spam reports.

Results 6 Laravel-Mailgun-Webhooks issues
Sort by recently updated
recently updated
newest added

I am not experienced enough to know if there is a better way. Originally i faced a problem with the migrations when running tests. https://github.com/Biegalski-LLC/Laravel-Mailgun-Webhooks/issues/30 Dug a little deeper and...

Hi I have added below into mailgun-webhooks.php, but I am still getting alerts sent on my email continuously. 1000s of them. Any idea what is wrong and how I can...

`Log error • POST /api/mg-webhooks/deliveredUndefined array key "body-html" | Log error • POST /api/mg-webhooks/deliveredUndefined array key "body-html"` `Log error • POST /api/mg-webhooks/deliveredUndefined array key "body-html"` ``` Log error Undefined array...

Ive tried an observer and event listener and i cant for the life of me access an emails tags when it comes in. The array is always empty. Works fine...

Is there any way to get the actual error/description for bounces? It appears the api provides this. Surprised its not included when other data is.