stephenlake/laravel-mailsceptor

Intercept emails before they're submitted allowing you to redirect to alternative destinations, store output, view output via route and test development emails.

v1.0.2 2018-10-30 14:26 UTC

This package is auto-updated.

Last update: 2024-04-23 02:44:51 UTC


README

tests styleci scrutinzer downloads release license

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

Getting Started

Install the package via composer.

composer require stephenlake/laravel-mailsceptor

See documentation for configuration and usage.

Requirements

  • Laravel 5.2 or later.

License

This library is licensed under the MIT License - see the LICENSE.md file for details.