Send Email Step

The Send Email Step lets your automation send email messages. You can use it to send notifications, reports, or other information from your automated processes. This step supports multiple recipients, attachments, and both plain text and HTML message formats.

How to Use the Send Email Step

Add the Send Email Step to your process when you need to send an email. You will set up the email server details and message content within the step.

Step 1: Add the Send Email Step

  1. Open your process in the Process Editor.
  2. Drag and drop the Send Email Step from the Steps panel into your process flow.
  3. Click on the step to set its properties.

Step 2: Set Up Email Server Settings

  1. Enter the Server Name for your SMTP client.
  2. Enter the Port number for your SMTP server.
  3. Provide the Username for your SMTP client.
  4. Enter the Password for your SMTP client.
  5. Set Is Exchange Online to True if you are using Exchange Online, otherwise set it to False.
  6. Set Enable SSL to True to use the SSL protocol for secure communication.

Step 3: Write the Email Content

  1. Enter the sender's email address in the From field.
  2. Add recipient email addresses in the To field. You can use a list of strings or variables.
  3. Enter the email subject in the Subject field.
  4. Write the email body in the Body field. Use \n for new lines.
  5. If you need to, add CC recipients in the CC field. You can use a list of strings or variables.
  6. If you need to, add BCC recipients in the Bcc field. You can use a list of strings or variables.
  7. Set Is HTML to True if your email body contains HTML formatting, otherwise set it to False.
  8. Set Is Anonymous to True or False based on your server's requirements.

Step 4: Add Attachments (Optional)

  1. In the Attachment File Path field, provide the full path to the file you want to attach.
  2. You can use a list of strings or variables containing file paths.

Parameters Explained

Step name (Optional)

  • A custom name for this step in the Process Editor.

Server Name (Required)

  • The name of your SMTP client.

Is Exchange online (Required)

  • Set to True if you are using Exchange Online.
  • Set to False if you are not (default).

Port (Required)

  • The port number for your SMTP server.

Username (Required)

  • The username for your SMTP client.

Password (Required)

  • The password for your SMTP client.

From (Required)

  • The email address the message will be sent from.

To (Required)

  • A list of recipient email addresses.
  • You can use a list of strings or variables.

Subject (Required)

  • The subject line of the email.

Attachment File Path (Optional)

  • The full path to the file you want to attach.
  • You can use a list of strings or variables.

Body (Required)

  • The content of the email message.
  • Use \n to create a new line.

CC (Optional)

  • A list of email addresses for carbon copy recipients.
  • You can use a list of strings or variables.

Bcc (Optional)

  • A list of email addresses for blind carbon copy recipients.
  • You can use a list of strings or variables.

Is Anonymous (Required)

  • Set to True or False based on your server's anonymous login settings.
  • False is the default value.

Is HTML (Required)

  • Set to True if the email body contains HTML content.
  • Set to False if the email body is plain text (default).

Enable SSL (Required)

  • Set to True to use the SSL protocol for secure email transmission.
  • Set to False to turn off SSL (default).

Related Articles

Need Help?

Can't find what you're looking for? Join the Robotiq Community to get help from other users and the Robotiq team.

 

 

Was this article helpful?