Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

The MMS object corresponds to the Mail Message Service system object.

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

OnEvent("MMS","_id_","_event_")

Event

Description

"SET_CONNECTIONS"

List of available connections


Format of operator to describe actions with mail message service is following:

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

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.

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

    {
     DoReact("MMS", "1", "SETUP", "port<25>");
    }
  • No labels