mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-25 11:58:19 +02:00
Mailing system improvements
This commit is contained in:
parent
27442060e1
commit
6b905c8073
6 changed files with 727 additions and 6 deletions
|
@ -300,6 +300,22 @@ composer install
|
|||
|
||||
This command will install the dependencies defined in your ```composer.json``` file, ensuring that your control panel has all the necessary components to operate effectively.
|
||||
|
||||
### Install Optional Dependencies:
|
||||
|
||||
Execute one of the following commands to install the optional dependencies:
|
||||
|
||||
```bash
|
||||
composer require utopia-php/messaging
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```bash
|
||||
composer require phpmailer/phpmailer
|
||||
```
|
||||
|
||||
This command will install one of the packages which are essential for the mailing system of the control panel to function correctly.
|
||||
|
||||
### Creating an Admin User:
|
||||
|
||||
1. Navigate to the 'bin' Directory: Change to the 'bin' subdirectory where the admin user creation script is located. (```create_admin_user.php```)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue