Plugin procedures can be used in procedure steps, process steps, and pipeline tasks, allowing you to orchestrate third-party tools at the appropriate time in your component, application process, or pipeline.
Depending on your plugin configuration and how you run procedures, the Differences in plugin UI behavior. field may behave differently in the CloudBees CD/RO UI. For more information, refer to |
Send Email
Sends email using the CloudBees CD/RO sendEmail
API.
Input parameters
Parameter | Description | ||
---|---|---|---|
Email configuration |
Required. The name of the email configuration to use. If no configuration is specified, a configuration named default is used. |
||
To |
A semicolon-separated list of To recipients for the email message. The recipient can be a user, a group name, or a complete email address. You can enter this argument more than once to specify multiple recipients. |
||
CC |
A semicolon-separated list of CC recipients for the email message. The recipient can be a user, a group name, or complete email address. You can enter this argument more than once to specify multiple recipients. |
||
BCC |
A semicolon-separated list of BCC recipients for the email message. The recipient can be a user, a group name, or a complete email address. You can enter this argument more than once to specify multiple recipients. |
||
Subject |
Required. The subject of the email message. |
||
Message |
The body of the email message, or a workspace file containing the body. If both a plain text and an HTML message are provided, both values are sent as alternates in a multipart message. If a raw message is provided, the value should be a properly formatted RFC 822 message. |
||
Plain text or file name |
Radio button to choose either Plain text or File name. |
||
Plain |
The body of a simple text message. |
||
Workspace file |
Reads the specified client-side file and uses it as the body of a simple text message. |
||
HTML text or file name |
Radio button to choose either HTML text or File name. |
||
HTML |
The body of a simple HTML message. |
||
Workspace file |
Reads the specified client-side file and uses it as the body of a simple HTML message. |
||
Raw text or file name |
Radio button to choose either Raw text or File name. |
||
Raw |
The body of a simple raw message. |
||
Workspace file |
Reads the specified client-side file and uses it as the entire mail message, including headers. |
||
Advanced options |
Select checkbox for advanced options. |
||
Multipart mode |
The multipart mode of the email message.
|
||
Header(s) |
An RFC 822 message with a newline-separated list of email headers. For example, |
||
Attachment(s) |
A newline-separated list of one or more file names to send as attachments. |
||
In-line Attachment(s): |
A newline-separated list of one or more inline attachments specified as a |