Laravel Web Mailer package contains a web mailer that will catch all the sent emails and show them on an application view in Laravel. Then, you can view it by visiting the route /web-inbox.
After that, open your config/mail.php file and add the web mailer entry in the mailers configuration array. 'mailers' => [ //... 'web' => [ 'transport' => 'web', ], ], Finally, you can enable the web mailer setting the defined mailer in your.env file: We recommend you publish the configuration file to be able to perform some customizations php artisan vendor:publish --tag="web-mailer-config"
Our team of expert developers is trained in Laravel custom web app development, CRM software development, and e-commerce app development.