Email Template
The email template provides users with predefined email messages. The subject, recipients (To, Cc, Bcc) and the HTML content are defined in the template editor. Dynamic content is inserted using the {{FieldName}} syntax, populated by Forms fields and Fields.
Creating a Template
- In primedocs Desktop, click «New Template» and select «Email» (Microsoft Outlook category).
- In the template editor that opens, click «Editor» to open the HTML template editor.
- Select the document language from the drop-down menu.
- Enter the subject line.
- Enter email addresses in To, Cc and Bcc (separated by semicolons
;). - Prepare the email content in Outlook (New). Use the primedocs Add-In (Templating menu) to generate the HTML.
- Copy the HTML into the «HTML Content» field in the template editor.
- Insert dynamic fields using the
{{FieldName}}syntax. - Create the plain text using «Extract text from HTML».
- Save and test the template.
Example
<p>Hello {{Recipient.FirstName}} {{Recipient.LastName}}</p>
<p>{{Forms.Email.Body}}</p>
<p>
Kind regards<br/>
{{Profile.User.FirstName}} {{Profile.User.LastName}}
</p>
Disable signature
If an email template already embeds the signature in its content, the template flag "Disable signature" prevents an automatic Outlook signature from being added on top.
The flag is honoured by the Desktop Client's Outlook add-in (Outlook Classic) — both when the recipients change (internal ↔ external) and when the sender switches to a shared mailbox. In both cases a signature that Outlook inserts automatically is removed, so the signature embedded in the template is preserved.