Send Mail
Synopsis
This operator sends a mail.
Description
This operator sends a mail with a given subject and body to a receiver.
Input
connection
This port can take a connection of type Mail (send) to use as the mail sender. See also the parameter mail sender.
attachment
Files that should be attached to the Mail, the filename can be defined with the filenames parameter.
Output
connection
If the input port connection has data, it will be put through to this output port.
Parameters
Mail sender
The mail connection to use to send the email.
To
Receiver of the email. Separate multiple receivers by comma.
Subject
Subject for the email.
Use html
Whether or not the body of the email should be HTML.
Body plain
The body of the email, as plain text. Only visible and mandatory if use html is set to false.
Body html
The body of the email, as html text. Only visible and mandatory if use html is set to true.
Filenames
A list of filenames, in the form of index/name pairs.
Headers
A list of additional mail headers, in the form of name/value pairs.