Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The MMS object sends events presented in the table.  Procedure is started when the corresponding event appears.

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:

Code Block
DoReact("MMS","_id_","_command_" [,"_parameters_"]);

List of  List of commands and parameters for the MMS object is given in the table:

Commandcommand 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.

Set port number of the mail message server is 25 while triggering macro 1. OnEvent("MACRO","1","RUN")

...