The module is a drop-in replacement for the default WHMCS reminder system. Thereforce you are not forced to edit your mail templates.
But to use all functions, you should do 2 things.
- Open your Mail Template and set the subject to {$Subject}. Using this variable, the mail subject will be handled by the module.
To use the Grouping Feature, add the following to your mail body if it does not exists already:
{foreach from=$expiring_domains item=domain} {$domain.name} - {$domain.nextduedate} ({$domain.days} Days) {/foreach}
This code works for single domain reminders and multiple domain reminders.