Update docs
This commit is contained in:
parent
aa27685e77
commit
a9d4ca07a0
1 changed files with 2 additions and 2 deletions
|
|
@ -6,11 +6,11 @@ Review the `.env.example <https://github.com/invoiceninja/invoiceninja/blob/mast
|
|||
Recurring invoices and reminder emails
|
||||
""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
Create a cron to call the ``ninja:send-invoices`` and ``ninja:send-reminders`` Artisan commands **once daily**.
|
||||
Create a cron to call the ``ninja:send-invoices`` command **hourly** and ``ninja:send-reminders`` command **once daily**.
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-invoices
|
||||
0 * * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-invoices
|
||||
0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-reminders
|
||||
|
||||
Email Queues
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue