Send Version 8 (Net)

Action group: Outlook


Description

The action sends a message

Action icon

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
SenderOptional parameter. Sender’s email address.Robin.String
No
FromThe email address from which the email will be sent. If a mail is specified that is not included in the delegated list, then the success of sending the letter will depend on the server settings.Robin.String
No
ToList of recipient addresses. Use «;» as separatorRobin.String
Yes
CCOptional parameter. List of addresses of recipients of a copy of the email. Use «;» as separator.Robin.String
No
BCCOptional parameter. List of Bcc recipients. Use «;» as separator.Robin.String
No
SubjectOptional parameter. email subject.Robin.String
No
BodyOptional parameter. email subject.Robin.String
No
AttachmentsOptional parameter. The path to the file to be attached to the email. To specify more than one item, use «;».Robin.FilePath
No

Special conditions of use 

In order to successfully send an email, you can specify in the "From whom" parameter emails with delegated access, as well as emails whose accounts are logged in. 
If network problems occur while sending an email, the email will be sent after the network is restored.


In Outlook, when sending/replying to an email, you need to specify the mail from which the email will be sent. By default, the mail through which the user is authorized is specified. A user can also send an email on behalf of another mail. To do this, the user must be given delegated access to the other mail. Access to the other mail can only be granted to a user who has mail bound through the Exchange Server.

Follow the link to find more information about transferring of delegated access.

 


To send formatted emails, html markup should be used.

To carriage jump, you should use the <br> tag, first enclosing the text in a <p> paragraph.

Example:

Text in the action settings

<p>Good afternoon!<br> ROBIN welcomes you.</p>

Sent text:

Good afternoon!

ROBIN welcomes you.

Example of use 

Task

Send a message via Outlook email

Solution

Use the actions "Terminate", "Run", "Send". 

Implementation

  1. Assemble a robot scheme consisting of actions:

2. Set the parameters of the "Terminate" action (if Outlook is already running, the second instance will not be opened).


3. Set the parameters for the "Run" action.

4. Set the parameters for the "Send" action. 

  • Sender - Email address of the sender
  • To - list of recipients' addresses. If there are several recipients, use";" as address separator.
  • Subject - Subject of the email
  • Body - Email body

5. Click on the "Start" button in the top panel. 

Result

The robot completed successfully.

The email has been sent.

  • Нет меток