All Projects → jstoone → nova-mailman

jstoone / nova-mailman

Licence: MIT license
Conveniently route all emails to a local mailbox.

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nova-mailman

COSCUP2013Secretary-Toolkit
✉️ COSCUP2013 行政組專用的小工具 AWS SES, SQS, SNS, twilio
Stars: ✭ 13 (-72.34%)
Mutual labels:  mail
vue-mail-front
A front system base on vue.基于vue的邮件系统前端部分
Stars: ✭ 57 (+21.28%)
Mutual labels:  mail
blueprint-nova-addon
A Blueprint addon which generates Nova resources
Stars: ✭ 61 (+29.79%)
Mutual labels:  nova
mu4e-thread-folding
Functions for folding threads in mu4e headers view
Stars: ✭ 124 (+163.83%)
Mutual labels:  mail
inox
Email with notmuch rust
Stars: ✭ 22 (-53.19%)
Mutual labels:  mail
crowd-admin
crowd-admin是一个基于Spring,Shiro,Redis/ehcache,Mybatis的通用后台权限管理系统,这里推荐本人另一个基于sprinboot的单点登录系统
Stars: ✭ 51 (+8.51%)
Mutual labels:  mail
nova-froala-editor
Froala editor input for laravel nova
Stars: ✭ 18 (-61.7%)
Mutual labels:  nova
mailing
📬 Sending emails with pleasure and prepared templates.
Stars: ✭ 15 (-68.09%)
Mutual labels:  mail
nova-tabs
Another Laravel Nova Tabs Package
Stars: ✭ 60 (+27.66%)
Mutual labels:  nova
go-mail
📨 Simple email interface across multiple service providers (ses, postmark, mandrill, smtp)
Stars: ✭ 39 (-17.02%)
Mutual labels:  mail
nova-sluggable
Slug field for Laravel Nova
Stars: ✭ 40 (-14.89%)
Mutual labels:  nova
vertx-mail-client
No description or website provided.
Stars: ✭ 30 (-36.17%)
Mutual labels:  mail
nettemp
Interface for controlling the temperature sensors DS18B20, supports; serial DS9097, usb DS9097U, usb DS2490, Raspberry Pi GPIO
Stars: ✭ 53 (+12.77%)
Mutual labels:  mail
nova-system-resources
Display the system usage in Laravel-Nova
Stars: ✭ 30 (-36.17%)
Mutual labels:  nova
wenda
使用SSM框架搭建仿知乎问答社区
Stars: ✭ 78 (+65.96%)
Mutual labels:  mail
nova-links
Add links to your nova sidebar
Stars: ✭ 32 (-31.91%)
Mutual labels:  nova
james-jdkim
Mirror of Apache James jdkim
Stars: ✭ 19 (-59.57%)
Mutual labels:  mail
mailgrab
Simple and easy to use catch-all SMTP mail server and debugging tool
Stars: ✭ 92 (+95.74%)
Mutual labels:  mail
go-mailer
📫 Simple e-mail sender for Go Programming Language
Stars: ✭ 31 (-34.04%)
Mutual labels:  mail
client
A simple, extendable mail client written in Node.JS
Stars: ✭ 20 (-57.45%)
Mutual labels:  mail

Conveniently route all emails to a local mailbox

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 [email protected] instead of using the issue tracker.

Credits

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].