LaravelPackages.net
Acme Inc.
Toggle sidebar
naif/cpanel-mail

A Laravel Nova tool to manage Cpanel Mail to list/add/delete email addresses

207
3
v1.2
About naif/cpanel-mail

naif/cpanel-mail is a Laravel package for a laravel nova tool to manage cpanel mail to list/add/delete email addresses. It currently has 3 GitHub stars and 207 downloads on Packagist (latest version v1.2). Install it with composer require naif/cpanel-mail. Discover more Laravel packages by naif or browse all Laravel packages to compare alternatives.

Last updated

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

Support:

[email protected]

https://www.linkedin.com/in/naif

License:

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

Star History Chart