Versions Compared

Key

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

...

  • They are provided from default Job Resources that are available for download and that can be assigned any workflows and jobs.
    • Download file for import to JOC Cockpit: https://download.sos-berlin.com/JobScheduler.2.0/Defaults.zipFind the archive Defaults.zip for download from JS7 - Download.
    • The .zip archive includes the following Job Resources:
      • Default.jobresource.json
      • eMailDefault.jobresource.json
    • After import the Job Resources are available with the JOC Cockpit Configuration view in the /Defaults folder with the names Default and eMailDefault.
  • They can be provided from individual JS7 - Job Resources.

...

  • Consider that e-mail settings are used for JS7 - NotificationsNotification
    • The names of Arguments and Environment Variables should not be changed.
    • Any further Arguments and Environment Variables can be added that start with the prefix mail.smtp. and MAIL_SMTP_ respectively,
      • For example, to force support for TLS connections with a specific version of the protocol you can use:
        • Argument: mail.smtp.ssl.protocols, value: TLSv2
        • Argument: mail.smtp.starttls.required, value: true

    • Find the list of available settings for JavaMail from : https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html

...