Introduction

The Email Tool enables your AI agent to send email messages to users or system addresses as part of its automated actions. This can be used to notify users, send confirmations, or forward AI-generated content via email.

It operates as a post-response tool, meaning the AI can generate content or instructions, and this tool is responsible for delivering it through email using configured SMTP settings.

Get started

How to use it

To use the Email Element, add the Email tools:

  1. Locate the Email element under the Tools section of the palette.
  2. Drag and drop the element into the Drop a tool to here section.

Configure form properties

To properly integrate and configure the Email, set the following fields:

NameDescription
FromSender's email address (e.g., no-reply@your-company-name.com).
SMTP HostEmail server SMTP host (e.g., smtp.gmail.com).
SMTP PortEmail Server SMTP Port. Typically, port 465 is for the SSL security option, and 587 is for TLS.
SecurityChoose between None, TLS, or SSL. Alternatively, you can click on the hash symbol to allow the input of hash variables.
SMTP UsernameEmail server account username. On your Google email account, use your full email address.
SMTP PasswordEmail server account password. The password submitted will be encrypted for security reasons.
Key Store File Path (P12)File path of the .pfx or .p12 file under the wflow folder in your Joget DX installation folder.
Key Store PassphrasePassphrase for the .jks file.
Issuer AliasThe digital certificate's or signature's Issuer name (alias).
Number of Retries When Fail to Send Out EmailNumber of retries when the email fails to be sent.
Retry Interval (Seconds)Frequency of retries in seconds.


  • No labels