SendEmail(Batch)
Function Description
TIP
Configuration Item Description
General
Command Input
Sender
string
: Email address of the senderSender Name
string
: Display name of the senderMailFilePath
string
: Please enter the template file pathDownloadTemplate
Boolean
: DownloadTemplateAttachments
string
: Attachments to be added to the emailBody is HTML
Boolean
: Specify whether the email body is written in HTML format
Command Output
- sMailResult
TList<String>
:
Advanced
SMTP Server
Integer
: Send email messages using different SMTP protocolsSpecify SMTP Port
Integer
: Enter the specified SMTP port numberSpecify SMTP Server
string
: Enter the specified SMTP serverEnable SSL
Boolean
: Specify whether SSL should be used to send messagesSSL Version
Integer
: Select SSL versionSMTP Authentication
Boolean
: Authenticate the user with the SMTP serverUsername
string
: The username for SMTP server authenticationAuthorization Code
string
: The authorization code for SMTP server authenticationDelay Before(milliseconds)
Integer
: The waiting time before instruction execution
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