Do-Send-Email - Novell IDENTITY MANAGER 3.6.1 - DTD REFERENCE 05-06-2009 Reference Manual

Dtd reference
Hide thumbs Also See for IDENTITY MANAGER 3.6.1 - DTD REFERENCE 05-06-2009:
Table of Contents

Advertisement

do-send-email

Sends an e-mail notification to the specified server. Optional credentials for authentication to the
SMTP server are provided in the ID and password attributes. The type attribute identifies if the e-
mail message contains plain text or HTML data. The various e-mail addresses, subject, and message
are provided within <arg-string> elements and corresponding tag name attributes.
Remarks
Tag Name
to
cc
bcc
from
reply-to
subject
message
encoding
custom-smtp-header
Example
<do-send-email server="smtp.company.com" id="user" password="emailpwd"
type="text">
<arg-string name="to">
<token-text>to_user1@company.com</token-text>
</arg-string>
<arg-string name="to">
<token-text>to_user2@company.com</token-text>
</arg-string>
<arg-string name="cc">
<token-text>cc_user@company.com</token-text>
</arg-string>
<arg-string name="bcc">
<token-text>bcc_user@company.com</token-text>
</arg-string>
<arg-string name="from">
<token-text>from_user@company.com</token-text>
</arg-string>
<arg-string name="subject">
Description
Adds the address to the list of e-mail recipients.
Multiple instances are allowed.
Adds the address to the list of CC e-mail
recipients. Multiple instances are allowed.
Adds the address to the list of BCC e-mail
recipients. Multiple instances are allowed.
Specifies the address to be used as the originating
e-mail address.
Specifies the address to be used as the e-mail
message reply address.
Specifies the e-mail subject.
Specifies the content of the e-mail message.
Specifies the character encoding to use for the e-
mail message.
Specifies a custom SMTP header to add to the
email message.
DirXML Script DTD 281

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the IDENTITY MANAGER 3.6.1 - DTD REFERENCE 05-06-2009 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Identity manager 3.6.1

Table of Contents