2018.1

Table Of Contents
Tip
Suppose we have two files named in the XML file under /ppemail[1]/@rawemail and
/ppemail[1]/body[1]/@html respectively.
With %t%O\xmlget('/ppemail[1]/body[1]/@html',Value,KeepCase,NoTrim)
and %t%O\xmlget('/ppemail[1]/@rawemail',Value,KeepCase,NoTrim)
We get both the body and the whole raw email.
l Attachments:The input task loops through each attachment and sends them down
through the process. While the Envelope is not available, the Job Infos contain pretty
much all of the information you would get from it.
SMTPInput task properties are as follows:
l Data location:Determines what files are sent into the process:
l Envelope:Only the request envelope is sent to the process (see above).
l Attachments: Each attachment is sent down the process (see above).
l
Unzip attached file: Select to unzip the attached files.
l
Zip password: Enter the password required to unzip the attached files (if any). Note
that you can use variables and data selections.
l Conditions:Defines a filter on capturing files from the SMTPService's hot folder. When a
condition is added, only files that match this filter are captured, the rest remain untouched.
l
“Subject contains: Select to limit those messages used by this task to those with
a specific subject. The subject you enter in the box below can include variables and
wildcards.
l
Nothing: Select to limit those messages used by this task to those that do not
specify any subject.
l
“From” contains: Select to limit those messages used by this task to those that are
sent from a specific address. The address you enter in the box below can include
variables and wildcards.
l
“To contains: Select to limit those messages used by this task to those that are
sent to a specific address. The address you enter in the box below can include
variables and wildcards.
Page 246