Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Template XML Schema Defined

Template XML Schema Defined

The email template schema ensures the following:
  1. The "root" element must be emailTemplate.
  2. 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.
  3. Must have at least one "to" element. Multiple "to" elements are permitted and will send the email to more than one recipient.
  4. The "to" element may be followed by one or more "cc" or "bcc" elements. The "cc" element must be defined before the "bcc" element.
  5. There must be one "subject" element.
  6. If required, a "contentType" may be specified. The default is "text/plain."
  7. There must be one "message" element that contains the body text for the email.
  8. 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.

0 COMMENTS

We’d like to hear from you!