Forum Discussion
1 Reply
- cstewartFormer Employee
the EML format is not a format specifically supported by any of the snaps today. The email reader snap gives you the fields of the email in a document form, which passed down your pipeline can them be used for sending to other applications.
If you need to, you could construct the eml format in a script snap, and then using the document to binary snap to make it in a format to pass to other applications.