Open the menu
    ```html

    Login with Two-Factor Authentication: Add

    Interface that allows adding a new email template for sending the access key (token) to the registered user's email.

    Features

    • It is an administration interface

    Screens

    Add
    • Name (string, required field, maximum length: 255, default value: ${lum_localize('str_name_sugestion')}) : Name of the email template.
    • Email Subject Template (string, required field, maximum length: 255, default value: ${lum_localize('str_subject_template_sugestion')})
    • Email Body Template (html, required field, default value: ${lum_localize('str_body_template_sugestion')})
    • Email Sender Address (string, maximum length: 255)
    • Priority (integer, required field, default value: 0) : Field that defines the ordering of the templates

    Permissions

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

    Actions

    • commit
    ```