Software Risk Manager allows notifications to be sent by email when report generated . (To enable email notifications, see Configuring Email Notifications in the SRM User Guide.) There is a standard report email template, which can be customized as needed.
- Navigate to the AppData folder and locate the template files.
There is a standard report email template that can be customized as needed.
report-builtin-email-template.jsonThis file is used to notify the user that report has been generated.
(For more information on the SRM AppData directory, see Understanding the AppData Directory.)
- Open the file you want to customize using any text editor.
- Make changes to the text as needed.
Changes should be limited to the actual text; variables or references, such as
\"{reportName}\", should not be altered. - Save the file using the form
*-custom-template.json.Say, for example, you want to customize the "report" email template. You would locate the file
report-builtin-email-template.json, edit the file, then save it asreport-custom-email-template.json.