Home → Using LincDoc 3.1+ → Reference Information → Creating an Email Template
You can create a small text file (containing HTML code) that will be used as a template when creating the body of email messages generated using the email button on the Document Viewer.
The email template file is a simple HTML file that may contain any desired custom text. However, it must contain the token called messageBody, which is used to add the text specified in the Message text box on the Compose New Email dialog box.
An example of HTML code that could be used in this text file is shown below:
<html>
<body>
<h2>Property of BeWell Health, Inc.</p>
<span style="font-family:arial;font-size: 10pt;">
messageBody
</span>
</body>
</html>
Note: If no template file is specified, a default template (provided with your LincDoc installation) is used. This template includes the description setting for the current client.
Once you create the email template file, you need to add it to the correct client so that it is used in Document Viewer email messages.
Note: This text will be added to the email message via the messageBody token, which should have been specified in your template file when it was created.
The following example shows the template described in the above section as it appears in an actual email.