PHPackages                             armandsar/mail-mango - 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. armandsar/mail-mango

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

armandsar/mail-mango
====================

Mail preview package for laravel

0.2(8y ago)12361MITPHPPHP ~7.0

Since Nov 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/armandsar/mail-mango)[ Packagist](https://packagist.org/packages/armandsar/mail-mango)[ Docs](https://github.com/armandsar/mail-mango)[ RSS](/packages/armandsar-mail-mango/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (7)Versions (4)Used By (0)

Mail Mango
==========

[](#mail-mango)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/396c3182021ffcc7cf15ba0788a84dae2685fb9f150d7bbad499196df56183af/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f61726d616e647361722f6d61696c2d6d616e676f2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/armandsar/mail-mango)[![Total Downloads](https://camo.githubusercontent.com/ef65242d4207c2d04d3e80a59b5178430e0293b87bed394a8798e97b800417f9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61726d616e647361722f6d61696c2d6d616e676f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/armandsar/mail-mango)

Mail preview for Laravel 5.

Email are opened directly in your browser. Works for emails sent in background as well (just make sure your base url is configured).

Install
-------

[](#install)

Via Composer

```
$ composer require armandsar/mail-mango --dev
```

You'll only want this for local development, so you should not update `providers` array in `config/app.php`.

Instead, add the provider in `app/Providers/AppServiceProvider.php`, like so:

```
public function register()
{
	if ($this->app->environment() == 'local') {
		$this->app->register(\Armandsar\MailMango\MailMangoServiceProvider::class);
	}
}
```

Set "mail\_mango" as your mail driver.

Send emails and see them straight in your browser or head to yoursite.dev/mail-mango to see all emails

Publish config
--------------

[](#publish-config)

```
$ php artisan vendor:publish
```

Console command to open email in browser
----------------------------------------

[](#console-command-to-open-email-in-browser)

See mail\_mango.php from published config to configure this to fit your needs. Defaults to xdg open on Linux and open on Mac.

See published config for other settings

TODO
----

[](#todo)

Change layout

Testing
-------

[](#testing)

```
$ phpunit
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Total

2

Last Release

3058d ago

PHP version history (2 changes)0.1PHP ~5.6|~7.0

0.2PHP ~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d1584cae4715829f276a059ff3e144d371766deb32a63e3693a4d3c19430521?d=identicon)[armandsar](/maintainers/armandsar)

---

Top Contributors

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

---

Tags

laravelmailmangoarmandsarmail-mango

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/armandsar-mail-mango/health.svg)

```
[![Health](https://phpackages.com/badges/armandsar-mail-mango/health.svg)](https://phpackages.com/packages/armandsar-mail-mango)
```

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[sunaoka/laravel-ses-template-driver

Amazon SES template mail driver for Laravel.

1088.0k](/packages/sunaoka-laravel-ses-template-driver)

PHPackages © 2026

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