Go to documentation repository
Page History
...
The MMS object sends events presented in the table. Procedure is started when the corresponding event appearsoccurs.
...
...
OnEvent("MMS","_id_","_event_")
Event | Description |
"SET_CONNECTIONS" | List of available connections |
...
Format of operator to describe actions with mail message service is following:
Code Block |
---|
DoReact("MMS","_id_","_command_" [,"_parameters_"]); |
List of commands and parameters for the MMS object is given in the table:
Command |
—command description | Parameters | Description |
"SETUP" |
—settings for the mail message service |
smtp<> | Address of the SMTP server |
connection<> | Type of connection |
smtp_username<> |
Username | |
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.
Set port number of the mail message server is 25 while triggering macro 1. OnEvent("MACRO","1","RUN")
...