Skip to main content

Send Mail

The Send Mail component in Robbot RPA is used to send emails using the mail client session established by the CreateClient component. It allows you to specify various parameters such as the sender (from), recipient (to), carbon copy (cc), blind carbon copy (bcc), subject, body, attachments, and result.

Parameters

From : Specify the sender's email address or name. Type : String

To: Provide the recipient's email address or name. Type : String

CC: Specify the carbon copy recipients' email addresses or names. Type : String

BCC: Specify the blind carbon copy recipients' email addresses or names. Type : String

Subject: Enter the subject of the email. Type : String

Body: Provide the body or content of the email. Type : String

Attachments: Specify the file attachments to be included in the email. Type : String

Result: Returns the status of the email sending operation. Type : Boolean.

Usage

To use the Send Mail component in your Robbot RPA project, follow these steps:

Make sure you have already added and configured the CreateClient component to establish the mail client session.

Drag and drop the Send Mail component into your sequence or workflow.

Connect the output of the CreateClient component to the input of the Send Mail component to pass the mail client session.

Configure the parameters for sending the email:

Specify the From address or name.

Provide the To address or name of the recipient.

Optionally, specify CC recipients and/or BCC recipients.

Enter the Subject of the email.

Provide the Body or content of the email.

Specify any file Attachments to be included in the email.

The Result parameter will return the status of the email sending operation.

Click on the "Open Editor" button to open the email editor. In the editor, you can compose and edit the email content, including the subject, body, and attachments.

Once you have configured the email parameters and edited the content, the Send Mail component will use the established mail client session to send the email.

Continue building your sequence or workflow by adding other components or actions related to email operations.

Execute the workflow or sequence to send the email using the configured parameters and the mail client session.

The SendMail component allows you to send emails using the established mail client session in Robbot RPA. By providing the necessary parameters and using the email editor, you can easily compose and send emails with customized content and attachments.

Please refer to the Robbot RPA documentation or consult your system administrator for more information on working with email operations and configuring the mail client in Robbot RPA.