Send IBM Notes Mail Message
Function Description
TIP
Sends an email message by using the IBM Notes client.
Configuration Item Description
General
Command Input
Attachments
string
: (Collection)HtmlPicture
string
: Html image, can be separated by commas, multiple imagesBody
string
: The body of the email message.Subject
string
: The subject of the email messageFrom
string
: Specify email message senderBcc
string
: The hidden recipients of the email message.Cc
string
: The secondary recipients of the email messageTo
string
: The main recipients of the email message.Form
string
: The main recipients of the email Form.IsBodyHtml
Boolean
: Specifies whether the body of the message is written in HTML format.
Command Output
No output for the current command
Advanced
AttachmentsCollection
TList<string>
: Allows specifying a list of files to be attachedMailMessage
TMailMessage
: The message to be forwarded. This field only supports MailMessage objects
Error Handling
Print Error Logs
Boolean
: Whether to print error logs to the "Logs" panel when the command fails. Default is checked.Handling Method
Integer
: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