jstoone/nova-mailman

Conveniently route all emails to a local mailbox.

1.2.0 2018-12-03 17:09 UTC

This package is auto-updated.

Last update: 2024-03-20 04:07:04 UTC


README

Latest Version on Packagist Build Status Codacy Badge Total Downloads

When the log-driver doesn't cut it, and you can't be bothered looking for your Mailtrap credentials, Nova Mailman is ... your man.

Screenshot of Nova Mailman

Installation

You can install the package in to a Laravel app that uses Nova 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

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

Testing

phpunit

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

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

Credits

License

The MIT License (MIT). Please see License File for more information.