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.