PHPackages                             misma/laravel-mailpeek - 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. misma/laravel-mailpeek

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

misma/laravel-mailpeek
======================

MailPeek provides a simple local inbox right in your browser to enable you preview emails being sent from your application.

2.0.x-dev(8y ago)222.1k1MITCSSPHP ^5.5.0|^7.0

Since Feb 24Pushed 8y ago2 watchersCompare

[ Source](https://github.com/MohammedIsma/laravel-mailpeek)[ Packagist](https://packagist.org/packages/misma/laravel-mailpeek)[ RSS](/packages/misma-laravel-mailpeek/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel Mail Peek
=================

[](#laravel-mail-peek)

[![MIT license](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](https://lbesson.mit-license.org/) [![Maintenance](https://camo.githubusercontent.com/5ca62441414bacaa54c6c6e5b68e46c76305947b6bf498c4949fc71c1b4b10dd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d61696e7461696e65642533462d7965732d677265656e2e737667)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)

MailPeek provides a simple local inbox right in your browser to enable you preview emails being sent from your application. Suport multiple recepients, attachments and more.

TL:DR;
------

[](#tldr)

- For &lt; Laravel 5.5 composer require misma/laravel-mailpeek "1.0.x-dev"
- For Laravel 5.5+ composer require misma/laravel-mailpeek "2.0.x-dev"
- Misma\\MailPeek\\MailPeekProvider::class,
- Misma\\MailPeek\\MailPeekMailProvider::class
- php artisan vendor:publish
- MAIL\_DRIVER=mailpeek That's it!

Installation
------------

[](#installation)

#### Step 1/4: Install the package using composer

[](#step-14-install-the-package-using-composer)

To install the package simple run one of the below command from your command line

For Laravel versions &lt; 5.5

```
composer require misma/laravel-mailpeek "1.0.x-dev"
```

For Laravel versions 5.5 and above

```
composer require misma/laravel-mailpeek "2.0.x-dev"
```

#### Step 2/4: Register service providers

[](#step-24-register-service-providers)

Once installation is complete, you will need to register the service providers. Open up config/app.php and add the following to the providers array.

- Misma\\MailPeek\\MailPeekProvider::class,
- Misma\\MailPeek\\MailPeekMailProvider::class

#### Step 3/4 : Publish assets &amp; config

[](#step-34--publish-assets--config)

Publish required asset/config files into your application

```
php artisan vendor:publish

```

#### Step 4/4 : Set MailPeek as your mail driver

[](#step-44--set-mailpeek-as-your-mail-driver)

Finally, change `MAIL_DRIVER` to `mailpeek` in your `.env` file:

```
MAIL_DRIVER=mailpeek

```

---

How it works
------------

[](#how-it-works)

Once MailPeek is installed and configured, you can navigate to `http:///mailpeek` and that will open your 'inbox'. Whenever any email is sent from the application,it will show up in the inbox. It's that easy.

Package Configuration
---------------------

[](#package-configuration)

Mailpeek pretty much doesn't require any post-installation configuration. After running `php artisan vendor:publish`, available options are contained in the `config/mailpeek.php`.

Contribution
------------

[](#contribution)

Contributions are highly welcomed. Please feel free to fork, tweak, send a PR, and "betterize" whatever you can.

★
-

[](#)

If you like this package show me some star love, ★ this repo.

### Author

[](#author)

Mohammed Isma ([Twitter](https://www.twitter.com/mohammedisma))

### License

[](#license)

Laravel MailPeek is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

2999d ago

Major Versions

1.0.x-dev → 2.0.x-dev2018-02-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d1f0821c90edc16557b9a817854d892158f896539699b063e5bf28e583a7248?d=identicon)[misma](/maintainers/misma)

---

Top Contributors

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

---

Tags

phplaravelemailgithublaravel 5inboxlocal emailpreview email

### Embed Badge

![Health badge](/badges/misma-laravel-mailpeek/health.svg)

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

###  Alternatives

[railsware/mailtrap-php

The Mailtrap SDK provides methods for all API functions.

56770.5k](/packages/railsware-mailtrap-php)[martian/spammailchecker

A laravel package that protect users from entering non-existing/spam email addresses.

422.0k](/packages/martian-spammailchecker)[synergitech/laravel-postal

This library integrates Postal with the standard Laravel mail framework.

38107.1k](/packages/synergitech-laravel-postal)[ferdous/laravel-otp-validate

Laravel package for OTP validation with built-in features like retry and resend mechanism. Built in max retry and max resend blocking. OTP/Security Code can be send over SMS or Email of your choice with user-defined template.

7124.4k](/packages/ferdous-laravel-otp-validate)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)[juanparati/brevosuite

Complete Brevo integration with Laravel

1010.8k](/packages/juanparati-brevosuite)

PHPackages © 2026

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