Ratings | | Unique User Downloads | | Download Rankings |
Not yet rated by the users | | Total: 75 | | All time: 10,087 This week: 96 |
|
Description | | Author |
This package can manage email accounts on hosting with CPanel.
It provides a Web user interface in a Laravel Nova administration panel to allow users to perform several types of operations with email address accounts in a hosting environment that supports CPanel.
Currently it allows the users to perform operations like creating new email addresses, searching and listing existing email address accounts and delete an existing email address. | |
 |
|
Innovation award
 Nominee: 8x |
|
Details
Nova Cpanel Mail Tool
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
<img src="https://raw.githubusercontent.com/naifalshaye/nova-cpanel-mail/master/screenshots/add.png" width="800">
<img src="https://raw.githubusercontent.com/naifalshaye/nova-cpanel-mail/master/screenshots/list.png" width="800">
Support:
naif@naif.io
https://www.linkedin.com/in/naif
License:
The MIT License (MIT). Please see License File for more information.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.