PHPackages                             jstoone/nova-mailman - 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. jstoone/nova-mailman

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

jstoone/nova-mailman
====================

Conveniently route all emails to a local mailbox.

1.2.0(7y ago)454.1k1[10 issues](https://github.com/jstoone/nova-mailman/issues)MITPHPPHP &gt;=7.1.0

Since Nov 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jstoone/nova-mailman)[ Packagist](https://packagist.org/packages/jstoone/nova-mailman)[ Docs](https://github.com/jstoone/nova-mailman)[ RSS](/packages/jstoone-nova-mailman/feed)WikiDiscussions master Synced 2d ago

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

Conveniently route all emails to a local mailbox
================================================

[](#conveniently-route-all-emails-to-a-local-mailbox)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ae503823e6779fe2e5852b420693b2c1f700509b9e82144549f99509d0313873/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a73746f6f6e652f6e6f76612d6d61696c6d616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jstoone/nova-mailman)[![Build Status](https://camo.githubusercontent.com/063226aee61ced43a8ae5788e5bd3bbbb42ca58936dc5056ea0f0017c8242ff6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a73746f6f6e652f6e6f76612d6d61696c6d616e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/jstoone/nova-mailman)[![Codacy Badge](https://camo.githubusercontent.com/ecb564ecf4211bcafd23ea5e3842851158c55fc887a83f4b942ea57dc07647a1/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3666323236633737633637333462613361636537313862383732383135333663)](https://www.codacy.com/app/jstoone/nova-mailman?utm_source=github.com&utm_medium=referral&utm_content=jstoone/nova-mailman&utm_campaign=Badge_Grade)[![Total Downloads](https://camo.githubusercontent.com/16a0c1f33a030b60bafad71f2c720973306221fa06e3ed32504807e5dd2a1014/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a73746f6f6e652f6e6f76612d6d61696c6d616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jstoone/nova-mailman)

When the `log`-driver doesn't cut it, and you can't be bothered looking for your [Mailtrap](https://mailtrap.io) credentials, Nova Mailman is ... your man.

[![Screenshot of Nova Mailman](https://camo.githubusercontent.com/e983013c8d4e26257bd2070767aff0e44137593b24bef83993be8774de0af5c0/68747470733a2f2f6a73746f6f6e652e6769746875622e696f2f6e6f76612d6d61696c6d616e2f73637265656e73686f742e706e67)](https://camo.githubusercontent.com/e983013c8d4e26257bd2070767aff0e44137593b24bef83993be8774de0af5c0/68747470733a2f2f6a73746f6f6e652e6769746875622e696f2f6e6f76612d6d61696c6d616e2f73637265656e73686f742e706e67)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require jstoone/nova-mailman
```

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Jstoone\Mailman\Tool(),
    ];
}
```

Usage
-----

[](#usage)

Click on the "nova-mailman" menu item in your Nova app to see the tool provided by this package.

Testing
-------

[](#testing)

```
phpunit
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Jakob Steinn](https://github.com/jstoone) - Maintainer
- [Mohamed Said](https://github.com/themsaid) - Maintainer of [Laravel Mail Preview](https://github.com/themsaid/laravel-mail-preview)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 97.2% 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 ~2 days

Total

5

Last Release

2718d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f02eab227c36f5712aa61070faddfcf431a956b246e8e381dffc5aa588f2424?d=identicon)[jstoone](/maintainers/jstoone)

---

Top Contributors

[![jstoone](https://avatars.githubusercontent.com/u/1711456?v=4)](https://github.com/jstoone "jstoone (69 commits)")[![bjrnblm](https://avatars.githubusercontent.com/u/2300511?v=4)](https://github.com/bjrnblm "bjrnblm (1 commits)")[![codacy-badger](https://avatars.githubusercontent.com/u/23704769?v=4)](https://github.com/codacy-badger "codacy-badger (1 commits)")

---

Tags

laravelmailnovatoollaravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jstoone-nova-mailman/health.svg)

```
[![Health](https://phpackages.com/badges/jstoone-nova-mailman/health.svg)](https://phpackages.com/packages/jstoone-nova-mailman)
```

###  Alternatives

[inspheric/nova-email-field

A Laravel Nova email field.

33456.9k1](/packages/inspheric-nova-email-field)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[kirschbaum-development/nova-mail

A Laravel Nova action for sending mail.

7484.2k](/packages/kirschbaum-development-nova-mail)[mirovit/nova-notifications

A Laravel Nova tool to display user notifications.

64109.3k1](/packages/mirovit-nova-notifications)[dniccum/custom-email-sender

A tool for Laravel's Nova administrator panel that allows you to send custom email messages that within your application that leverages the applications existing settings and configurations.

6235.9k](/packages/dniccum-custom-email-sender)[naif/nova-push-notification

A Laravel Nova tool to send push notifications via OneSignal

166.4k](/packages/naif-nova-push-notification)

PHPackages © 2026

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