Altova FlowForce Server 2024 Advanced Edition

Sends an email to the specified recipients, generally the administrator. Before using this function, you must configure the mail server settings. For an example that uses the send function, see Adding Error Handling to a Job.

 

Parameters

Name

Type

Description

From

string

Mandatory parameter. The sender's email address (e.g., flowforce@<hostname>).

To

string

Mandatory parameter. The recipient's email address. This field may contain a comma-separated list of email addresses.

Subject

string

Mandatory parameter. The subject line of a message.

Message body

string

Optional parameter. The body text of a message. The message body supports ASCII and Unicode characters.

 

The text box for the message body allows entering multiple lines and expressions in curly braces { }.

Attachment

string as file

Optional parameter. The file name of an attachment.

Abort on error

boolean

Optional parameter. This parameter determines the outcome of a job in which an error has occurred. If the Abort on error parameter is true, job execution will be terminated. If the Abort on error parameter is false, FlowForce Server will ignore errors and continue job execution. The default value is true.

 

© 2017-2023 Altova GmbH