When the log-driver doesn't cut it, and you can't be bothered looking for your Mailtrap credentials, Nova Mailman is ... your man.
You can install the package in to a Laravel app that uses Nova via composer:
composer require jstoone/nova-mailmanNext 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(),
];
}Click on the "nova-mailman" menu item in your Nova app to see the tool provided by this package.
phpunitPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
- Jakob Steinn - Maintainer
- Mohamed Said - Maintainer of Laravel Mail Preview
The MIT License (MIT). Please see License File for more information.
