Previous Topic: <%= %>

Next Topic: _to

Email Template API

When a message is generated from a template, Identity Manager makes the implicit objects below available to the message. These objects let you insert instance-specific information into a message by calling methods in the Email Template API.

A template can call the methods in any of the following objects:

These objects are described in the following sections.

_contentType

Specifies the contentType for the email.

If no contentType is specified through _contentType variable, the default contentType "text/html" applies.

Methods: None.

Example:

<% _contentType = "text/html"; %>

_priority

Specifies the priority for the email. Specify 0 for no priority (default) and 1 for high priority.

Methods: None.

Example:

<% _priority = "1"; %>


Copyright © 2010 CA. All rights reserved. Email CA about this topic