Skip to content

Files

Latest commit

 

History

History

email

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 22, 2017
Oct 12, 2018
Jan 11, 2018

Email sender

You need to configure this component.

Outputs:

  • green message has been sent successfully
  • red an error while sending

Dynamic arguments: Are performed via FlowData repository and can be used for subject, from/to addresses or attachments. Use repository component for creating of dynamic arguments. Examples:

  • subject {name}
  • from address e.g. {from}
  • to address e.g. {to}

Attachments: FlowData repository needs to contain attachments key with user-defined array in the form:

[
	{ filename: '/absolute/path/to/some/file.pdf', name: 'report.pdf' },
	{ filename: '/or/absolute/path/to/package.zip' }
]```