Frontend | Backend | Api

Mailer default templates (Backend)

This page contains an overview of the default templates for the Mailer module.

The overview is generated based on controllers using the specified template as their default layout and containing GET methods; thus depending on the configuration the controller might not use the template at all or other controllers might use the template too.
The table is only meant as a first orientation which ResponseVariables can likely be expected when working with the template.

File Controller GET Response variables GET Description
mailer/backend/batches/manage.html Batches\Manage
Name Type Description
batches Collection (Batch) Collection of Batches
Retrieve available records and assign them to the template for editing.
mailer/backend/emails/manage.html Emails\Manage
Name Type Description
emails Collection (Email) Collection of Emails
Retrieve available records and assign them to the template for editing.