mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-15 09:07:00 +02:00
Much faster email sending with the new Message Broker
This commit is contained in:
parent
23d50a0b0c
commit
43e7b3250d
7 changed files with 286 additions and 174 deletions
|
@ -566,7 +566,14 @@ You can easily configure the message broker for email delivery in ```config.php`
|
|||
|
||||
For establishing your own mail server, Mox, available at [GitHub](https://github.com/mjl-/mox), provides a comprehensive solution. Install Mox following its GitHub instructions, then enter the required details in the ```config.php``` file.
|
||||
|
||||
To run the messagebroker.php script, execute the following command: ```/usr/bin/php /opt/registry/automation/messagebroker.php &```. This will start the script and place it in the background, allowing it to run independently of your current terminal session.
|
||||
To run the Message Broker, execute the following commands:
|
||||
|
||||
```bash
|
||||
/usr/bin/php /opt/registry/automation/msg_producer.php &
|
||||
/usr/bin/php /opt/registry/automation/msg_worker.php &
|
||||
```
|
||||
|
||||
This will start the system and place it in the background, allowing it to run independently of your current terminal session.
|
||||
|
||||
### Setting Up an Audit Trail Database for Namingo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue