teachiq/laravel-email-logger

Log sent emails to your database

v3.0.0 2023-04-04 08:43 UTC

This package is auto-updated.

Last update: 2024-05-04 15:56:46 UTC


README

Latest Version on Packagist

Log all emails your application sends, to track the most frequest emails, common recipients, to debug etc.

Installation

You can install the package via composer:

composer require teachiq/laravel-email-logger

Usage

The package auto-registers, all you have to do is run the migrations to add the necessary database table (email_logs).

Testing

composer test

Roadmap

  • Logging more interesting information (sunch as Mailable class, user, etc.)
  • Adding a simple dashboard or API to fetch data, for instance most common mailable etc.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email martin.krisell@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.