mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05: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
 | 
			
		||||
""""""""""""""""""""""""""""""""""""""
 | 
			
		||||
 | 
			
		||||
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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user