Description
This plugin provides a mechanism to send SMTP emails in your deployment process.
This plugin provides a mechanism to send SMTP emails in your deployment process.
This plugin provides a mechanism to send SMTP emails in your deployment process.
| Version | Description |
|---|---|
| 4 | Converted code from Groovy to Java. |
| 3 | Added sending attachment support in an email to the plugin. |
| 2 | Updated dependency groovy-plugin-utils.jar. |
| 1 | Initial release |
This step allows sending SMTP emails in your deployment process. Users can send email to multiple email-IDs at once using this step by adding comma separated values in the “To list” parameter.

Process Steps
Send an SMTP email.
| Name | Type | Description | Required | Property Name |
|---|---|---|---|---|
|
To List |
String |
Comma separated list of email addresses to send an email to |
Yes |
toList |
|
Subject |
String |
The email subject |
No |
subject |
|
Message |
String |
The message contents |
Yes |
messagea |
|
Attachment |
String |
The attachment (with full path) to send with the mail. Ex - /home/manisha/file.txt. |
No |
attachment |
|
SMTP Host |
String |
The SMTP Host server (Ex: mail.smtp.host). If left blank, the Mail Server Host property from the General Settings will be retrieved. Must have General Settings privileges for this capability. |
No |
host |
|
SMTP Host |
String |
The SMTP server port (Ex: mail.smtp.port). If left blank, the Mail Server Port property from the General Settings will be retrieved. Must have General Settings privileges for this capability. |
No |
port |
|
SMTP Secure TLS |
String |
Select to enable SMTP TLS Security. (Ex: mail.smtp.starttls.enable) If left blank, the Secure Mail Server Connection property from the General Settings will be retrieved. Must have General Settings privileges for this capability. |
No |
secure |
|
Sender Email Address |
String |
THE SMTP Sender Email Address. If left blank, the Mail Server Sender Address property from the General Settings will be retrieved. Must have General Settings privileges for this capability. |
No |
fromAddress |
|
Username |
String |
THE SMTP username. The authentication properties will not be pulled from the General Settings. |
Yes |
username |
|
Password |
String |
THE SMTP password. The authentication properties will not be pulled from the General Settings. |
Yes |
password |
Uploaded: 15-Jul-2025 04:54
Uploaded: 04-Jun-2025 14:54
Uploaded: 18-Jul-2024 03:50