Keep track all the emails sent in the your Laravel application.
Installation
You can install the package via composer:
composer require cleaniquecoders/mailhistory
You can publish and run the migrations with:
php artisan vendor:publish --tag="mailhistory-migrations"
php artisan migrate
Now you can use this package happily without further configuration.
Unless, you need to configure more, do publish the config file and update the config file as neccessary.
php artisan vendor:publish --tag="mailhistory-config"
Usage
Developers don't need to do anything, since all the records will capture by the listeners.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.