Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Cpanel Mail Tool

Installation Instructions

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:

naif@naif.io

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

License:

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

Readme

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:

naif@naif.io

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

License:

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

Screenshots

Back to Top
Added 7 years ago
Last updated 7 Years Ago
Version v1.2
Composer
naif/cpanel-mail
GitHub stars 3
Packagist downloads 207

Favorites

3 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas