Laravel Mail Catcher Driver This package include a new livemail driver which will catch all the sent emails and save it to the database. It then exposes a route /livemail/inbox which you can visit to preview all the mails.
To install run the following command in your terminal:
composer require linksderisar/livemail --devThen run the migration
php artisan migrate
Finally, change MAIL_MAILER to livemail in your .env file:
MAIL_MAILER=livemail
- Add polling
- Styling
- Add attachments
- Add email source
- Add delete
- Add cleanup (delete all after x days?)
