If we’ve created multiple sales orders for the same customer during one month, he may want to receive a single invoice for all these sales orders at the end of the month (i.e. billing period). Or, he may want to receive a separate invoice for […]
Tag: Email templates (14)
Sending Emails Using Docentric APIs
Instead of using the built-in SysEmailTable::sendMail() method for replacing placeholders in an email’s body and subject before sending it, you can use the DocEmailTemplateManager::sendMail() method that offers you more options such as an email body with dynamic tables, multiple email attachments, using Cc and Bcc […]