When adding the advanced branding templates to the branding repository, we can include a custom email to notify users of new commits. Unfortunately, the current template does not support HTML content, unlike the following templates:

artifact_monitoring_template_html.vm
baseline_create_template_html.vm
baseline_delete_template_html.vm
baseline_package_create_template_html.vm
baseline_update_template_html.vm
document_monitoring_template_html.vm
item_create_notification_html.vm

Adding HTML support to the "scm_commit_create.vm" template would enable us to send email notifications that are more readable for users, resulting in time savings and increased work efficiency.

Comments