Mailer Help
What is a Mailer?
Email templates allow you to create reusable email designs for forms and other automated emails.
Templates support Twig templating with access to form data via {{ data.fieldName }}.
Creating Email Templates
Click the "+ New Email" button at the bottom of the page to create your first email template. You can organize templates by category for better management.
Using Templates in Forms
Once created, email templates can be used in form submissions. The template has access to all submitted
form data through the data object. For example, use {{ data.email }} to
insert the submitted email address into the template.
Testing Templates
Each template includes a test section where you can send test emails with sample data to verify the template renders correctly before using it in production.