PHPackages                             stephenlake/laravel-mailsceptor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. stephenlake/laravel-mailsceptor

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

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(7y ago)232751MITPHP

Since Oct 10Pushed 7y agoCompare

[ Source](https://github.com/stephenlake/laravel-mailsceptor)[ Packagist](https://packagist.org/packages/stephenlake/laravel-mailsceptor)[ RSS](/packages/stephenlake-laravel-mailsceptor/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

Laravel Mailsceptor
===================

[](#laravel-mailsceptor)

[![tests](https://camo.githubusercontent.com/c3b198e9bbd90d299969e06a20a35a327219eaaefff176a5b08e80dd03ad7445/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7374657068656e6c616b652f6c61726176656c2d6d61696c73636570746f722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/c3b198e9bbd90d299969e06a20a35a327219eaaefff176a5b08e80dd03ad7445/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7374657068656e6c616b652f6c61726176656c2d6d61696c73636570746f722f6d61737465722e7376673f7374796c653d666c61742d737175617265)[![styleci](https://camo.githubusercontent.com/ac133f22c96ae1436c52abbd018ffb499a757eb0ac086eac8ebf4e23418e4188/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3134383934303337312f736869656c643f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/ac133f22c96ae1436c52abbd018ffb499a757eb0ac086eac8ebf4e23418e4188/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3134383934303337312f736869656c643f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)[![scrutinzer](https://camo.githubusercontent.com/43bcf2708d6da39e86aad0d33e008afddcbe9b3663b3506176381bc6c04980b4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7374657068656e6c616b652f6c61726176656c2d6d61696c73636570746f722e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/43bcf2708d6da39e86aad0d33e008afddcbe9b3663b3506176381bc6c04980b4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7374657068656e6c616b652f6c61726176656c2d6d61696c73636570746f722e7376673f7374796c653d666c61742d737175617265)[![downloads](https://camo.githubusercontent.com/6b060530fcd61692fa744d153ed101b6d9702826330a1dd0d488c3d9e4acb0d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7374657068656e6c616b652f6c61726176656c2d6d61696c73636570746f722e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/6b060530fcd61692fa744d153ed101b6d9702826330a1dd0d488c3d9e4acb0d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7374657068656e6c616b652f6c61726176656c2d6d61696c73636570746f722e7376673f7374796c653d666c61742d737175617265)[![release](https://camo.githubusercontent.com/9669628123427a838a20a3fa24f928362fbc320eee5e6f7d119b6fcba6fcbc6c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7374657068656e6c616b652f6c61726176656c2d6d61696c73636570746f722e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/9669628123427a838a20a3fa24f928362fbc320eee5e6f7d119b6fcba6fcbc6c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7374657068656e6c616b652f6c61726176656c2d6d61696c73636570746f722e7376673f7374796c653d666c61742d737175617265)[![license](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)

**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](http://stephenlake.github.io/)

Getting Started
---------------

[](#getting-started)

Install the package via composer.

```
composer require stephenlake/laravel-mailsceptor

```

#### See [documentation](https://stephenlake.github.io/laravel-mailsceptor) for configuration and usage.

[](#see-documentation-for-configuration-and-usage)

Requirements
------------

[](#requirements)

- Laravel 5.2 or later.

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

5

Last Release

2752d ago

Major Versions

v0.0.2 → v1.0.02018-10-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1300442?v=4)[Stephen Lake](/maintainers/stephenlake)[@stephenlake](https://github.com/stephenlake)

---

Top Contributors

[![stephenlake](https://avatars.githubusercontent.com/u/1300442?v=4)](https://github.com/stephenlake "stephenlake (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/stephenlake-laravel-mailsceptor/health.svg)

```
[![Health](https://phpackages.com/badges/stephenlake-laravel-mailsceptor/health.svg)](https://phpackages.com/packages/stephenlake-laravel-mailsceptor)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
