mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update docs
This commit is contained in:
parent
66945bdbb3
commit
2c98aaceb3
@ -13,6 +13,8 @@ Create a cron to call the ``ninja:send-invoices`` and ``ninja:send-reminders`` c
|
|||||||
0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-invoices
|
0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-invoices
|
||||||
0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-reminders
|
0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-reminders
|
||||||
|
|
||||||
|
If you server doesn't support crons commands can be run by setting a value for COMMAND_SECRET in the .env file and then loading ``/run_command?command=<command>&secret=<secret>``. The following commands are supported: send-invoices, send-reminders and update-key.
|
||||||
|
|
||||||
Email Queues
|
Email Queues
|
||||||
""""""""""""
|
""""""""""""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user