shlogg · Early preview
Paul Redmond @paulredmond

Laravel Mails Package: Track Email Issues And Trends

Track sent emails in Laravel with ease! The Laravel Mails package logs all emails, attachments & events, notifies you of issues & trends, and even prunes logged emails to keep your db slim.

The Laravel Mails package collects everything about sent emails in your Laravel app. When your app fails to deliver an email, it can be complicated to track down the culprit, or the email can fail invisibly. Using this package, you can surface mail issues, track trends, and get notified when something is wrong.
#Main Features
Log all sent emails, attachments and events with only specific attributes
Works currently for popular email service provider Postmark (more planned)
Collect feedback about the delivery status from email providers using webhooks
Get quickly and automatically notified when...