Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Send message Version 3 (Java)

Группа действийAction group: Почта Mail

Описание

Действие создает сообщение и отправляет его по указанному адресу.

Иконка действия

Image Removed

Параметры действия

Входные параметры

Поле “Контекст” - Идентификатор сеанса работы с почтовым сервером.

Поле “От” - Адрес почты отправителя сообщения.

Поле “Кому” - Список адресов получателей письма. В качестве разделителя используйте «;»

Поле “Копия - Список адресов получателей копии письма. В качестве разделителя используйте «;»

Поле “Тема” - Тема письма.

Поле “Тело письма” - Тело письма

Поле “Вложения” - Путь к файлу, который необходимо прикрепить. Если необходимо прикрепить несколько вложений, пути к файлам указываются через «;»

Настройки

...

Description

The action creates a message and sends it to the specified email.

Action icon

Image Added

Parameters

Input parameters

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 ";".

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextEmail connection context identifierRobin.JavaMail
Yes
FromSender mail addressRobin.String
Yes
ToList of addresses of the recipients of the letter. Use «;» as a separatorRobin.String
Yes
CCList of addresses of recipients of a copy of the letter. Use «;» as a separatorRobin.String
No
SubjectSubjectRobin.String
No
Message bodyMessage bodyRobin.String
No
AttachmentsThe path to the file to be attached. If you need to attach several attachments, paths to files are indicated with

Свойство

Описание

Тип

Пример заполнения

Обязательность заполнения поля

Параметры

Контекст

Идентификатор сеанса работы с почтовым сервером.

Robin.JavaMail

Да

От

Адрес почты отправителя сообщения.

Robin.String

Да

Кому

Список адресов получателей письма. В качестве разделителя используйте «;»

Robin.String

Да

Копия

Список адресов получателей копии письма. В качестве разделителя используйте «;»

Robin.String

Нет

Тема

Тема письма.

Robin.String

Нет

Тело письма

Тело письма

Robin.String

Нет

Вложения

Путь к файлу, который необходимо прикрепить. Если необходимо прикрепить несколько вложений, пути к файлам указываются через
«;»Robin.FilePath

Нет

Особые условия использования 

Отсутствуют

Пример использования 

Задача


No

Special conditions of use

None.

Example of use

Task

Send a message with "Test message" as subject, "Hello world" as message body to the following address: Оправить сообщение, с темой письма "Test message" с телом письма “Hello world”. На почту testsforrobin@mail.ru.

К письму прикрепить вложение в виде docx файла. 

Решение

Подключить почтовый ящик с которого будет выслано письмо. Для любых действий с конкретным почтовым ящиком, необходимо сперва подключиться к нему, создать его уникальный идентификатор (Контекст).

Определить почтовый сервис. (От почтового сервиса зависят параметры подключения к почтовому ящику).

Отправить сообщение.

Реализация

Attach a docx-file to the message.

Solution

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.

Implementation

  1. Assemble a robot scheme with the actions:
    image2024-2-2_12-9-0.pngImage Added

  2. Set the "Open email" action parameters. (read the action description at Собрать схему робота, состоящую из действий:
    image2024-2-2_12-9-0.pngImage Removed
    Настроить параметры для действия "Open email". (см. описание действия Настройки подключения / Connection settings). 
    image2024-2-2_11-53-36.png
    Настроить параметры для действия
  3. Set the "Send message" action parameters. 

  4. Нажать на кнопку "Старт" в верхней панели. 

Результат


  1. Setting the action:
    1. "Context" parameter. It is necessary to select from the drop-down list the context corresponding to the mailbox from which the message will be sent.
    2. "From" parameter. Specify the mailbox from which the message will be sent.
    3. "To" parameter. Specify the mailbox to which the message will be sent.
    4. "Subject" parameter. Specify the subject pf the message.
    5. "Message body" parameter. Specify the variable with employees personal data (Full name, phone number).
    6. "Attachments" parameter. Specify the path to the file.
  2. Click "Start" in the top panel.

Result

The message with the necessary document was sentСообщение с необходимым документом было отправлено.