E.0 <mail> Element

The <mail> element and its content are described in detail in this section. If no attributes are listed for an element, then that element has no attributes defined.

Example E-1 Content of a sample mail element is as below:

<nds dtdversion="1.1" ndsversion="8.6">
<input>
<mail src-dn="\PERIN-TAO\novell\Provo\Ashok">
<to>mailID-1@company.com</to>
<cc>mailID-2@company.com</cc>
<bcc>mailID-3@company.com</bcc>
<reply-to>mailID-3@company.com</reply-to>
<subject>Room Assignment Needed for: Ashok the Intern</subject>
<message mime-type="text/html">
<stylesheet>process_template.xsl</stylesheet>
<template>html_msg_template.xml</template>
<replacement-data>
<item name="manager">Pointy Haired Boss</item>
<item name="given-name">Ashok</item>
<item name="surname">the Intern</item>
<url-data>
<item name="file">process_template.xsl</item>
<url-query>
<item name="template">form_template.xml</item>
<item name="responder-dn" protect="yes">\PERIN-TAO\novell\Provo\phb</item>
<item name="responder-dn" protect="yes">\PERIN-TAO\novell\Provo\carol</item>
<item name="subject-name">Ashok the Intern</item>
</url-query>
</url-data>
</replacement-data>
<resource cid="css-1">novdocmain.css</resource>
</message>
</mail>
</input>
</nds>