Action group: Mail
The action creates a message and sends it to the specified email.
Context - email connection context identifier.
From - sender mail address.
To - list of addresses of the recipients of the letter. Use ";" as a separator.
CC - list of addresses of recipients of a copy of the letter. Use ";" as a separator.
Subject - subject of mail.
Message body - message body.
Attachments - the path to the file to be attached. If you need to attach several attachments, paths to files are indicated with ";".
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Context | Email connection context identifier | Robin.JavaMail | Yes | |
From | Sender mail address | Robin.String | Yes | |
To | List of addresses of the recipients of the letter. Use «;» as a separator | Robin.String | Yes | |
CC | List of addresses of recipients of a copy of the letter. Use «;» as a separator | Robin.String | No | |
Subject | Subject | Robin.String | No | |
Message body | Message body | Robin.String | No | |
Attachments | The path to the file to be attached. If you need to attach several attachments, paths to files are indicated with «;» | Robin.FilePath | No |
None.
Send a message with "Test message" as subject, "Hello world" as message body to the following address: testsforrobin@mail.ru.
Attach a docx-file to the message.
Connect the email from which the message will be sent. For any actions with a particular mailbox, you must first connect to it, create its unique identifier (Context).
Define the mail service. (Connection parameters to the mailbox depend on the mail service).
Send the message.
The message with the necessary document was sent.