A simple database logger for all outgoing emails sent by Laravel website.
Laravel Email Database Log can be installed via composer by running this line in terminal:
composer require bamboocoding/maillogRun this in terminal:
php artisan migrateAfter installation, any email sent by your website will be logged to email_log table in the site's database.