The "from" element is optional, but if it is specified, it must be the first element. If not specified, the email engine uses the From Name and Address from the
Managed File Transfer
Global Settings.
Must have at least one "to" element. Multiple "to" elements are permitted and will send the email to more than one recipient.
The "to" element may be followed by one or more "cc" or "bcc" elements. The "cc" element must be defined before the "bcc" element.
There must be one "subject" element.
If required, a "contentType" may be specified. The default is "text/plain."
There must be one "message" element that contains the body text for the email.
Optionally, there could be one or more "attachment" elements.
The schema also defines two data types for EmailAddress and Attachment. The EmailAddress data type is used by the "from," "to," "cc" and "bcc" elements. Each of these elements must contain the address attribute. These elements may also define a name attribute which is the person’s name.
The Attachment data type, must define the file attribute and an optional name attribute. If a "name" attribute is not specified, it defaults to the name of the file defined using the file attribute. The file attribute may contain an absolute path or a relative path. Relative paths are resolved relative to the installation directory of the product.