From ed1bdcd9cb7569c463c9230e4763c61f7c20dcbc Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 2 Feb 2017 14:14:32 +0200 Subject: [PATCH] Add queues to the docs --- docs/configure.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/configure.rst b/docs/configure.rst index c65812c21a54..fe3a89f76889 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -13,6 +13,13 @@ Create a cron to call the ninja:send-invoices and ninja:send-reminders Artisan 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-reminders +Email Queues +"""""""""""" + +Add `QUEUE_DRIVER=database` or `QUEUE_DRIVER=redis` to the .env file to enable email queues. + +If you select `database` you can process the jobs by running `php artisan queue:listen`. + Postmark bounce and open notifications """"""""""""""""""""""""""""""""""""""