CentraSite 10.7 | CentraSite User’s Guide | Policy Management | Configuring Email Notifications | Using Email Templates with Policy Actions | Managing Email Templates through Command Line | Creating a Custom Email Template
 
Creating a Custom Email Template
An email template is a text file that contains an HTML document. Your HTML document should include the <html> and <body> tags as shown in the example below. The inclusion of a <head> tag is optional. CentraSite does not require this tag in an email template.
Example:
<html>
<body>
<p>Virtual Service <b>${entity.name}</b> has been placed in production by
<b>${user.name}</b>.</p>
<p>To view the virtual service, go to:
<a href="${entity.}">${entity.URL}</a></p>
</body>
</html>