naif / cpanel-mail
A Laravel Nova tool to manage Cpanel Mail to list/add/delete email addresses
v1.2
2018-11-01 12:04 UTC
Requires
- php: >=7.1.0
- guzzlehttp/guzzle: ^6.3
This package is not auto-updated.
Last update: 2024-11-08 16:59:12 UTC
README
A Laravel Nova tool that integrate with Cpanel Mail to manage Email Addresses:
- List and search email addresses
- Create a new email address
- Delete an existing email address
Installation:
You can install the package in to a Laravel app that uses Nova via composer:
composer require naif/cpanel-mail
Usage:
Add the below to app/Providers/NovaServiceProvder.php
public function tools() { return [ new CpanelMail() ]; }
Add the below to your .env file
CPANEL_DOMAIN=domain.com CPANEL_HOST=https://domain.com CPANEL_PORT=2083 CPANEL_USERNAME=user CPANEL_PASSWORD=password
Screenshots
Support:
https://www.linkedin.com/in/naif
License:
The MIT License (MIT). Please see License File for more information.