Open the menu
    ```html

    Email Template Repository: Add email template

    Allows the publisher to register new email templates through this form. The templates will be available via the API IEmailTemplateManager - accessible through the method EmailTemplateManagerFactory.getInstance().

    Features

    • It is an administration interface

    Screens

    Add email template
    • Title (string, required field, maximum length: 255) : the field represents a mere identification of the template for the publisher.
    • Subject (string, required field, maximum length: 255) : it is the subject of the email to be sent. Accepts variables in its content in the format *|variable_name|*.
    • Email Body (html, required field) : it is the body of the email to be sent. Accepts variables in its content in the format *|variable_name|*.
    • Sender (string, maximum length: 255) : it is the sender of the email to be sent. If this field is not filled, the application must provide the sender before sending the email.

    Permissions

    • Edit service instance content: Allows managing all data of this service instance with publisher profile.

    Actions

    • commit
    ```