Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

You can add, edit or test an email template using the temlate toolbar , or navigate to the /comms/templates URL to access all the email templates.

The template editor opens when you add or edit a template. You edit the following information required for a complete template.

  • The name of the template. It must be unique amongst all the templates for the same application;
  • The application which the template belongs. The application cannot be changed for saved templates;
  • The type of template:
    • Default: this type of template is editable using the HTML editor. Support simple data binding using {xxx} syntax;
    • Razor: select this type to create template that uses programming logic to generate output. The composed the template must conform to the Microsft Razor page syntax. The reference of the razor syntax can be found here: https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-3.0

Implement data binding in the template




  • No labels