Versions Compared

Key

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

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Introduction

The JITL MailJob template can be used to send mail by a job from an Agent.

  • The job template makes use of the SMTP protocol to send mail.
  • The job template can be used to specify settings from different sources:
    • Connection Settings
      • This includes settings such as the SMTP host, port etc.
      • It is recommended to use JS7 - Job Resources for this purpose as such settings tend to use the same values for any mail that should be sent.
    • Mail Settings
      • Such settings are specific for individual mail and include e.g. the subject and body of the mail.
  • The job template can be used with a JS7 - Credential Store.

...

  • from individual variables as offered by the job wizard.,
  • by use of job resources.

Use of Job

...

Resources for Mail Settings

A number of settings for sending mail most probably carry the same values when used for different mail jobs. This includes e.g. use of the SMTP host, SMTP port etc.

...

Documentation

Job Documentation including the full list of argumentshttps://www.sos-berlin.com/doc/JS7-JITL/MailJob.xml

...