Skip to content

Send IBM Notes Mail Message

Function Description

TIP

Sends an email message by using the IBM Notes client.

Configuration Item Description

General

Command Input

  • Attachmentsstring: (Collection)

  • HtmlPicturestring: Html image, can be separated by commas, multiple images

  • Bodystring: The body of the email message.

  • Subjectstring: The subject of the email message

  • Fromstring: Specify email message sender

  • Bccstring: The hidden recipients of the email message.

  • Ccstring: The secondary recipients of the email message

  • Tostring: The main recipients of the email message.

  • Formstring: The main recipients of the email Form.

  • IsBodyHtmlBoolean: Specifies whether the body of the message is written in HTML format.

Command Output

No output for the current command

Advanced

  • AttachmentsCollectionTList<string>: Allows specifying a list of files to be attached

  • MailMessageTMailMessage: The message to be forwarded. This field only supports MailMessage objects

Error Handling

  • Print Error LogsBoolean: Whether to print error logs to the "Logs" panel when the command fails. Default is checked.

  • Handling MethodInteger:

    • Terminate Process: If the command fails, terminate the process.

    • Ignore Exception and Continue Execution: If the command fails, ignore the exception and continue the process.

    • Retry This Command: If the command fails, retry the command a specified number of times with a specified interval between retries.

Usage Example

Process logic description:

Common Errors and Handling

None

Frequently Asked Questions

None