Skip to content

Email Template XML

The Email Template XML consists of an <EmailTemplate> element with a set of attributes and nested elements that specify the basic components of an email message, such as sender, subject, message body, etc.

These sections describe the attributes and nested elements.

  • Email Template Attributes

  • EmailTemplate Nested Elements

Email Template Attributes

The following lists the components that are generally expressed as attributes on the Email Template.

Example:

    <EmailTemplate name="Work Item Reminder" cc="$identity.Manager.email" > <From>administrator@XYZCorp.com</From>
    <Body>

    ....

name
Short but descriptive name for template that uniquely identifies email template

cc, bcc

Note

The to attribute is not specified in the email template because it is determined programmatically as the email is sent and would be overridden

Carbon Copy and Blind Carbon Copy recipients for the email

from
Sender email address. If this entry is not specified in template, the default sender specified on the Global Settings > IdentityIQ Configuration > Notification Settings > Default From Address is used.