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 MailInboxJob template can be used to read mail by job from a JS7 Agent.

...

  • Required arguments include the to argument to specify the recipient of mail mail.store.protocol argument to specify imap or pop3 to be used.
  • Any other arguments are optional provided that a job resource is used that specifies connection details to your mail server, see below. Otherwise individual settings such as the IMAP/POP3 host, IMAP/POP3 port etc. can be specified from arguments.
  • When using a secure SSL connection consider to
    • use the mail.imap.ssl.enable argument with the value true,
    • optionally use the mail.imap.ssl.protocols argument with a value such as TLSv1.2 or TLSv1.1,TLSv1.2 to specify one or more protocols to which handshake with the mail server is limited.
  • Select the check box provided with each argument if you want this argument to be added to the arguments of the mail inbox job.

...

  • 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 reading mail inboxes most probably carry the same values when used for different mail jobs. This includes e.g. use of the IMAP/POP3 host, port etc.

...

Assigning a Job Resource for Mail Settings

...

Documentation

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

The MailInboxJob class accepts the following arguments:

...

from

...

e-mail address used for sending mail

...

from_name

...

the free-text name of the account that sends mail

...

reply_to

...

if no replies should be accepted then typically use an e-mail address such as no-reply@example.com is used for the respective domain

...

cc

...

e-mail address of carbon copy recipient, multiple e-mail addresses are separated by comma

...

For use of the credential_store_* arguments see JS7 - Use of Credential Store with JITL Jobs.

...