Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basically any settings with the prefix mail.smtp. can be assigned a Job Resource that is used with the MailFragment. JS7 makes use of JavaMail, therefore find a list of available settings e.g. from https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html.


Additional optional settings include settings specific for the E-Mail addresses:

AttributeUsageDescription
fromOptional

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

from_nameOptionalName for the E-mail address of the account that sends e-mail.
toOptionalE-mail address of the recipient(s) of a notification e-mail.

Elements

The following elements are nested inside the MailFragment element:

...