The email template editor is used to define and manage a validation.
This page can be accessed from the Email templates dashboard . From the menu, select 'Config Workbench' under the 'Administration' section.
From the configuration workbench, select 'Email Templates' from the 'Server Configuration' section.
The Info section contains the basic attributes of an email template.
This section defines the content of the email.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Your PPMAnywhere passcode</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
h2 {
color: #3f5d04;
padding: 0;
margin: 0;
font-family: Arial, Sans-serif;
font-weight: 400;
font-size: 30px;
}
a,
a:visited,
a:active {
color: #ffffff;
text-decoration: none;
}
td {
color: #606060;
font-family: Arial, Sans-serif;
font-weight: normal;
font-size: 14px;
}
</style>
</head>
<body style="margin: 0 auto; padding: 0;">
<table bgcolor="#efefef" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<table bgcolor="#ffffff" align="center" border="0" cellpadding="0" cellspacing="0" width="600"
style="padding: 0px 0px 0px 0px; border-collapse: collapse; background-color: #ffffff;">
<tr>
<td bgcolor="#ffffff" style="padding: 12px 0px 12px 12px;>
<a href="https://ppmanywhere.com">
<img alt="PPMAnywhere" src="https://*****/image.png" width="250" style="display: block;" />
</a>
</td>
</tr>
<tr>
<td>
<img alt="" src="https://*****/image.jpg" height="174" width="600" style="display: block;" />
</td>
</tr>
<tr>
<td style="padding: 30px 0px 0px 30px;">
<h2>Hi [P.RECIPIENT_FIRST_NAME], <br>
</h2>
</td>
</tr>
<tr>
<td style="padding: 30px 0px 0px 30px;">
<h3>The status of your form: [P.FORM_ID] has changed to [P.FORM_STATUS]</h3>
<h3>Link to the form: [P.FORM_LINK]</h3>
</td>
</tr>
<tr>
<td style="padding: 10px 0px 200px 30px;"></td>
</tr>
<tr>
<td ><img alt="PPMAnywhere" src="https://*****/picture.png" width="600" style="display: block;" /> </td>
</tr>
<tr>
<td style="padding: 25px 30px 25px 30px;" bgcolor="#111111">
<a href="https://ppmanywhere.com"> <img alt="PPMAnywhere" src="https://*****/image.png" height="50"
height="50" style="display: block;" />
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
Any form field token can be referenced from the form the email is associated with.
The following additional tokens can also be used
Use the 'Used By' tab to view a list of items which use this email template. This can be used to identify the impact of any change to the email template.
The history tab shows previous versions of the email template. Click on 'Restore' to restore the email template to an earlier version.
The version prior to restoring is retained at the top of the list.