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 settings from Job Resources for the E-Mail addresses include for example:

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.
ccOptionalE-mail address of the recipient(s) of a carbon copy notification e-mail.
bccOptionalE-mail address of recipient(s) of a blind carbon copy notification e-mail.

...