Laravel Packages

Collect and Monitor Everything About Sent Emails in Your Laravel App

Published
Collect and Monitor Everything About Sent Emails in Your Laravel App image

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 email hard/soft bounces or the bounce rate goes too high
  • Prune all logged emails periodically to keep the database nice and slim
  • Resend logged emails to another recipient
  • View all sent emails in the browser using complementary package Filament Mails

This package is highly configurable - check out the published configuration file for details on everything you can configure in this package.

If you are using Filament, the accompanying Filament Mails plugin can give you a dashboard to visualize important mail stats as well as investigate individual emails:

You can learn more about this package, get full installation instructions, and view the source code on GitHub. Also, check out the accompanying Filament mails plugin.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Building EasyReply: How We Used Laravel to Unify Customer Support image

Building EasyReply: How We Used Laravel to Unify Customer Support

Read article
PostgreSQL Monitoring and Schema Linting for Laravel with Vacuum image

PostgreSQL Monitoring and Schema Linting for Laravel with Vacuum

Read article
PayZephyr: One Payment API for Stripe, Paystack, and PayPal image

PayZephyr: One Payment API for Stripe, Paystack, and PayPal

Read article
Bifrost Turns One With AI Builds and New Workflows image

Bifrost Turns One With AI Builds and New Workflows

Read article
Preview Blade Templates in macOS Finder with Quick Blade image

Preview Blade Templates in macOS Finder with Quick Blade

Read article
Artisan Debugging Commands in Laravel Telescope 5.24.0 image

Artisan Debugging Commands in Laravel Telescope 5.24.0

Read article