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

Ключ

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

...

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.

...

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.FilePath
No

...

Send a message with "Test message" as subject, "Hello world" as message body to the following address: testsforrobin@mail.ru.

...