Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Custom Email Sender

Installation Instructions

You can install the package via composer:

composer require dniccum/custom-email-sender

You will then need to publish the package's configuration and blade view files to your applications installation:

php artisan vendor:publish --provider="Dniccum\CustomEmailSender\ToolServiceProvider"

Inside App\Providers\NovaServiceProviderupdate the tools function. This will include the link on the sidebar.

use Dniccum\CustomEmailSender\CustomEmailSender;

...

public function tools()
{
    return [new CustomEmailSender()];
}

Readme

Nova Custom Email Sender

Latest Version on Packagist License Total Downloads

This is 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; from address, email driver, etc. If configured with a valid Nebula Sender API key, additional features such as message logging and draft management can be unlocked.

Screenshot

Official Documentation

The official documentation for this package can be found on the Nebula Sender website.

Credits

License

The Nova Custom Email Sender is free software licensed under the MIT license. See the License File for more information.

Screenshots

Back to Top
Added 7 years ago
Last updated 5 Years Ago
Version v3.0.0
Composer
dniccum/custom-email-sender
GitHub stars 62
Packagist downloads 35,547

Favorites

12 users favorited

Rating

3.00
(out of 5)
★★★★★
★★★★
★★★
★★
2 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas