# SendRecurringInvoiceByMail for DOLIBARR ERP CRM ## Features This module send the PDF generated with recurring invoices by email to the client. You can customize the mail template in Home > Setup > Emails > Email templates. Beta - test in progress : you can also customize for each template invoice, by adding some of those blocks in the private notes of the template. ``` This is a good client (this is outside of the %%% blocks so it won't appear in the mails :) %%% sendrecurringinvoicebymail::body Hello dear client, Please find attached... invoice __REF__... __(Sincerely)__, __MYCOMPANY_NAME__ %%% %%% sendrecurringinvoicebymail::subject My custom subject %%% %%% sendrecurringinvoicebymail::sendto test1@example.org, "Mr. Test2" %%% ``` ## Requirements It requires Dolibarr version 10.0 at least (first version with the 'cron/afterCreationOfRecurringInvoice()' hook). Other modules are available on Dolistore.com. Licenses -------- ### Main code ![GPLv3 logo](img/gplv3.png) GPLv3 or (at your option) any later version. See file COPYING for more information. #### Documentation All texts and readmes. ![GFDL logo](img/gfdl.png)