8.5
Table Of Contents
- Table of Contents
- Welcome to PlanetPress Workflow 8.5
- System Requirements
- Basics
- Features
- The Nature of PlanetPress Workflow
- About Branches and Conditions
- Configuration Components
- Connect Resources
- About Data
- About Documents
- Debugging and Error Handling
- The Plug-in Bar
- About Printing
- About Processes and Subprocesses
- Using Scripts
- Special Workflow Types
- About Tasks
- Task Properties
- Variable Properties
- Working With Variables
- About Configurations
- About Related Programs and Services
- The Interface
- Copyright Information
- Legal Notices and Acknowledgements
emails sent to it. This is due to a technical limitation that will be resolved in a future version.
Processing
The task reads the incoming SMTPrequest and provides the data within its body.
Output
Depending on the Data Location option, the output is different:
l Envelope: The request file in XMLformat, including all email fields (from, to, cc, bcc, subject, body) as
well as additional header fields (email client information, attachments, etc). The message body and
attachments are available through specific XMLattributes. These files do not have the full path, but
you can use the %t variable to get the current temporary folder where they are located.
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.
SMTPInput 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 SMTPService's hotfolder. 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.