Skip to main content

Send an email using SMTP

Send an email.

Application

  • Email

Inputs (what you have)

NameDescriptionData TypeRequired?Example
SMTP Connection InfoThe SMTP connection infoConnected AccountYes
Email recipientsThe recipients email addresses. Multiple emails should be separated by commas. Example: jane.doe@example.com john.smith@example.comText (Long)Yesjane.doe@example.com, john.smith@example.com
Email subjectThe subject line of the emailText (Long)YesProject update
Email bodyThe main content of the emailText (Long)YesHi team, please find...
Use HTML body?Use HTML to format the body of your message?True/FalseNo
CcThe CC email addresses. Multiple emails should be separated by commas. Example: manager@example.com, hr@example.comText (Long)Nomanager@example.com, hr@example.com
BccThe BCC email addresses. Multiple emails should be separated by commas. Example: manager@example.com, hr@example.comText (Long)Nomanager@example.com, hr@example.com
Reply-To addressSpecifies the reply-to address. Example: replyto@example.comEmailNoreplyto@example.com
Thread IDProvide the SMTP thread ID to respond to that message as a thread. Example: 17c5ac1d6b1d84c3Text (Short)No17c5ac1d6b1d84c3
File attachment 1First file to attachFileNo
File attachment 2Second file to attachFileNo
File attachment 3Third file to attachFileNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
SMTP message IDSMTP's unique ID for the sent messageText (Short)No
Email sent dateExact date the message was sentDateNo
Email sent timeExact date the message was sentTimeNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A