Diagram

Elements

MailFragment
References Notes

This element includes the parameters for e-mail notification.

Any number of fragments can be configured and are distinguished by YADE according to their name attribute.

A fragment is referenced by a transfer profile using the value of the NotificationFragmentRef ref attribute.

name

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE according their name.

A fragment is referenced by a transfer profile using the value of this attribute.

Element Type Required Description
Attribute: name NMTOKEN
Required

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE according their name.

A fragment is referenced by a transfer profile using the value of this attribute.

Header
  • Occurrence: 1
Required

Header of an e-mail notification.

From string
  • Min: 1
  • Whitespace: preserve
  • Occurrence: 0..1
Optional
References Notes

E-mail address of the account that sends e-mail.

To string
  • Min: 1
  • Whitespace: preserve
  • Occurrence: 1
Required
References
  • Schema: To
  • Mapping:
Notes

E-mail address of the recipient(s) of a notification e-mail.

CC string
  • Min: 1
  • Whitespace: preserve
  • Occurrence: 0..1
Optional
References
  • Schema: CC
  • Mapping:
Notes

E-mail address of the recipient(s) of a carbon copy notification e-mail.

BCC string
  • Min: 1
  • Whitespace: preserve
  • Occurrence: 0..1
Optional
References Notes

E-mail address of recipient(s) of a blind carbon copy notification e-mail.

Subject string
  • Min: 1
  • Whitespace: preserve
  • Occurrence: 0..1
Optional
References Notes

Subject of an e-mail notification.

Attachment string
  • Min: 1
  • Whitespace: preserve
  • Occurrence: 0..1
Optional
References Notes

Filename and path of the attachment(s) to a notification e-mail. Multiple attachments are separated by ";".

Body string
  • Min: 1
  • Whitespace: preserve
  • Occurrence: 0..1
Optional
References Notes

Body of an e-mail notification. The list of files transferred is added to the e-mail body.

ContentType string
  • Min: 1
  • Whitespace: preserve
  • Occurrence: 0..1
Optional
References Notes

Content type of the e-mail. Possible values are "text/plain" and "text/html".

Encoding string
  • Min: 1
  • Whitespace: preserve
  • Enumeration:
    • 7bit
    • Quoted-Printable
    • Base64
  • Occurrence: 0..1
Optional
References Notes

Encoding of the e-mail. Possible values are 7bit, Quoted-Printable, Base64.

  • No labels