Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The function makes it possible to detect alarm situations based on workflow behavior. It dispatches a user defined <value> with a user defined valueName from the workflow. The valueName used must be defined using Alarm Detection. For further information, seeĀ Alarm Detection in the Desktop user's guide.

...

Parameter

Description

address

Email address to the recipient on the form: "user@xxx.com"

subject

Text ending up as the email subject

message

Message string ending up as the body of the email

Note!

This field will be sent as plain text. For sending in HTML format, refer to the mailNotifyHtml function.

sender

Name or address of the sender of the email

Note

Optional

This field will remain optional only when the attachment field is not populated. Once attachment is populated, the sender field will be a mandatory field.

attachment

A list that will contain one or many attachments to be sent with the email. Each list entry will be the full directory path of the attachment.

Info

Example

"/home/admin/attachments/word.txt"

Returns

Nothing

...