• Overview
  • Documentation
  • Version history

Description

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

This plug-in is developed and supported by the DevOps Deploy Community on GitHub. Link to Project

To build a local plug-in, follow the short directions at the bottom of the GitHub project’s README.

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

Overview

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

Process Steps

Available Steps

Send an SMTP email

Usage

Send an SMTP email step properties.

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

    Version

  • 4.1178408
  • 3

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