mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:24:31 -04:00
Update docs
This commit is contained in:
parent
aa27685e77
commit
a9d4ca07a0
@ -6,11 +6,11 @@ Review the `.env.example <https://github.com/invoiceninja/invoiceninja/blob/mast
|
|||||||
Recurring invoices and reminder emails
|
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
|
.. 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
|
0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-reminders
|
||||||
|
|
||||||
Email Queues
|
Email Queues
|
||||||
|
Loading…
x
Reference in New Issue
Block a user