Catch all the sent emails with Laravel Mail Catcher Driver
4 years ago
This is a good Laravel package which has a new mail-based driver that will catch all the sent emails and save them to the database.
Installation
To install, run the following command in your terminal:
composer require tkeer/mailbase --dev
Then run the migration
php artisan migrate
Finally, change MAIL_DRIVER to mailbase in your .env file:
MAIL_DRIVER=mailbase