Intercept emails before they're submitted allowing you to redirect to alternative destinations, store output, view output via route and test development emails.
stephenlake/laravel-mailsceptor is a Laravel package for intercept emails before they're submitted allowing you to redirect to alternative destinations, store output, view output via route and test development emails..
It currently has 23 GitHub stars and 275 downloads on Packagist (latest version v1.0.2).
Install it with composer require stephenlake/laravel-mailsceptor.
Discover more Laravel packages by stephenlake
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Mailsceptor catches outgoing emails before they're submitted where you can modify the message recipients and save the output while still allowing the regular email sending process to continue as usual with any existing email drivers in place.
Made with ❤️ by Stephen Lake
Install the package via composer.
composer require stephenlake/laravel-mailsceptor
This library is licensed under the MIT License - see the LICENSE.md file for details.