2021.1

Table Of Contents
Download EML Messages
The Download EML Messages task downloads one EML file from the Connect File Store.
Saving EML messages in the File Store is an option in the "Render Email Content" on
page639 task. EML files can be stored in an ERP/ECM system for archiving purposes.
Use the "Metadata Sequencer" on page570 plugin, followed by the Download EML Messages
plugin and the "Send to Folder" on page438 plugin, to download multiple EMLfiles and save
them to disk.
As an alternative to the Download EML Messages task you could use the "File Store -
Download File" on page631 task to download an EML file from the File Store. In that case you
need the folder ID and EML file name found in the output of the "Render Email Content" on
page639 task. This information can be retrieved from the Metadata using the following data
selection methods:
GetMeta(_vger_prop_folder[0], 10, Job.Group[0].Document[0])
GetMeta(_vger_prop_eml[0], 10, Job.Group[0].Document[0]).
The "Mailjet" on page705 and "SendGrid" on page709 plugins offer the possibility to add extra
attachments to a rendered email message via Workflow. Note that any such attachments will
not be part of the EML file produced by the Render Email Content task.
Note
With PlanetPress Workflow version 2020.1, using the Download EML Messages task
requires the version 2020.1 "Mailjet" on page705 and "SendGrid" on page709 plugins .
They are available for download on the Resource Center (help.objectiflune.com).
Tip
Double-click an .eml to open it in your email client.
Input
This task must receive either Metadata or JSON Job Data containing information regarding a
pre-rendered email message that has been saved in EML format in the File Store.
Page 624