2021.1

Table Of Contents
l useAuth parameter to specify if authentication is to be used with the mail server (type of
boolean)
Specific to email output directly to a SMTP mail server with the useAuth parameter specified to
a value of true, the following optional name/value pairs can be specified:
l user the user name to authenticate with (type of string)
l password the password to authenticate with (type of string)
l useStartTLS parameter to specify if Transport Layer Security (TLS) is to be
opportunistically used when sending emails (type of boolean)
Specific to email output to the File Store, an optional name/value pair can be specified:
l eml parameter to specify if an EML (E-Mail Message) file of the email for each record
should be created in the email output (type of boolean)
Specific to either email output directly to a SMTP mail server or email output to the file store
with the eml parameter specified to a value of true, an additional name/value pair is required:
l sender the email address to be shown as the sender in the email output (type of string)
Specific to either email output directly to a SMTP mail server or email output to the file store
with the sender parameter specified, the following optional name/value pairs can be specified:
l senderName the name to be shown as the sender in the email output (type of string)
l useSender parameter to specify if the sender address will be used as the receiver
address for all emails in the output (type of boolean)
Examples
The following are examples of this structure:
{
"identifiers": [
12345,
23456
],
"attachPdfPage": true,
"attachWebPage": true,
Page 71