Go to documentation repository
...
| Code Block |
|---|
OnEvent("MMS","_id_","_event_") |
Event | Description |
"SET_CONNECTIONS" | List of available connections |
...
Format of operator to describe actions with mail message service is following:
...
List of commands and parameters for the MMS object is given in the table:
Command – command description | Parameters | Description |
"SETUP" – settings for mail message service |
smtp<> | Address of SMTP server |
connection<> | Type of connection |
smtp_username<> | User name |
smtp_password<> | Password |
port<> | Port number |
flags<> | Flags |
name <> | Object name |
"GET_CONNECTIONS" – get the list of available connections |
- | - |
Properties of the MMS object are shown in the table:
Properties of the MMS object | Description |
ID<> | Object ID |
PARENT_ID<> | Parent object ID |
Example of using reactions of the Mail Message Server object.
...