1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Update docs

This commit is contained in:
Hillel Coren 2017-12-06 10:18:37 +02:00
parent aa27685e77
commit a9d4ca07a0

View File

@ -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