Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open your Mail Template and set the subject to {$subject$Subject}. Using this variable, the mail subject will be handled by the module.
  2. To use the Grouping Feature, add the following to your mail body if it does not exists already:

    Code Block
    {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.


Image Added


Info

Please also read the Mail Examples page

...