Skip to main content

How can I set-up email in workflow? I am using Microsoft 365

 

Please help

Hi Ajeesh,

You can set up emails for ONE Desktop Workflows using the the Send Mail task. 

This task sends an email to multiple email addresses. It can also send local attachments (e.g., log files, etc.).

Result state of this task indicates only that the email was sent successfully to a mail server. It does not indicate whether the email was received by recipients.

If you are planning to send emails when a previous task fails, make sure to set the Continue on Failure global property to true. 

Properties for the Send Mail task

Name Type Description Expression support
Email Subject mandatory Subject of the email. semi-expression
Recipient mandatory Recipient of the email: a valid email address. semi-expression
Attach File optional Path to the attachment relative to the workflow file. semi-expression
Body mandatory Text message of the email. semi-expression
SMTP Server mandatory

Name of a previously defined SMTP server. (See the steps in the next section to create a new SMTP server connection.)

To enable sending emails from a server secured with TLS/SSL, run the workflow with the -Dmail.smtp.auth=true JVM parameter.

semi-expression
Mail Type mandatory Format of the email (plain text or HTML). none
From optional*

Email address of the sender.

none 

Charset

optional, default value = utf8 Encoding of the message. none

The From parameter is mandatory for SMTP servers that require authentication. 

send_mail_together.png

Creating a New SMTP Server Connection

From ONE Desktop, you can create a SMTP server connection to enable the usage of certain steps and workflow tasks.

Connect to an SMTP server to send automatic email notifications when executing a plan (Sendmail step) or workflow (Send Mail workflow task).

serverConnection_smtp.png

Property Description
Host Specifies the SMTP server host.
Port Specifies the connection port used by the server.
User User name.
Password

Password for the specified user.

 

Let me know if you have further questions. Thanks.

Best regards,
Shafeeq Zaman


Reply


ataccama
arrows
Lead your team  forward  OCT 24 / 9AM ET
×