Skip to main content

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 typeMail (send)to use as the mail sender. See also the parametermail sender.

attachment

Files that should be attached to the Mail, the filename can be defined with thefilenamesparameter.

Output

connection

If the input portconnectionhas 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 ifuse htmlis set tofalse.

Body html

The body of the email, as html text. Only visible and mandatory ifuse htmlis set totrue.

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.