Versions Compared

Key

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

...

Attributes from Job Resources 

The following settings are required to must be provided by one of the Job Resources that are assigned a MailFragment:

...

AttributeUsageDescription
mail.smtp.timeoutOptional

Socket read timeout for mail server connection.

mail.smtp.connectiontimeoutOptionalSocket connection timeout for mail server.
mail.smtp.userOptionalUser name for the account that sends e-mail.
mail.smtp.passwordOptionalPassword for the account that sends e-mail.
mail.smtp.ssl.protocolsOptionalSpecifies the TLS protocol version, e.g. TLSv1, TLSv1.1, TLSv1.2, should an SSL connection be used


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

...

Additional optional 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.

...