• Overview
  • Documentation
  • Version history

Description

This plugin provides a mechanism to send SMTP emails in your deployment process.

Quick Info

Product icon

Product

HCL DevOps Deploy (HCL Launch)
Plugin type icon

Type

plugin
Compatibility icon

Compatibility

HCL Launch version 7.3.2.8 and later, HCL Deploy version 8.0.1.3 and later
created by icon

Created by

HCLSoftware
Website icon

Website

Published Date

Last Updated

Summary

This plugin provides a mechanism to send SMTP emails in your deployment process.

History

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

Send an SMTP email

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

Release Notes

  • Converted code from Groovy to Java.

Uploaded: 04-Jun-2025 14:54

Release Notes

  • Converted the code from Groovy to Java

SMTP-Email-Open-3.zip

Uploaded: 18-Jul-2024 03:50

Release Notes

  • Mechanism to send SMTP emails in deployment process.
  • Supports sending attachment support in an email to the plugin.

Related Plugins