Function: gateway
Result: the list of elements
Mail gateways
Access level: admin
- id — Id
- module — Gateway type
- gateway_type — Action
- identifier — Identifier
- project — Provider
- status — Status
Gateway parameters
Function: gateway.edit
Access level: admin
The function is simultaneously used to view object's parameters, to change an object, and create new one.
View object's parameters:
- Parameters:
- elid — unique identifier (id element of gateway function)
- Result: object parameters list
Create an object:
- Parameters:
- sok — the parameter must not be empty, generally "ok".
- additional query parameters ...
- Result: successful operation or error message
Change an object:
- Parameters:
- sok — the parameter must not be empty, generally "ok".
- elid — unique identifier (id element of gateway function)
- additional query parameters ...
- Result: successful operation or error message
The list object's parameters or additional query parameters (see above):
- gateway_type — Use for. Select a gateway type
- user — Department. Select a department. Tickets sent to this email address will be redirected to the selected department
- abuse — . (Optional parameter. To enable the option click "on".) Select the check box to redirect the messages to the Abuse department
- active — . (Optional parameter. To enable the option click "on".) Use gateway
Add a new gateway
Function: gateway.create
Add a new gateway
Access level: admin
Resume
Function: gateway.resume
Resume
Access level: admin
Parameters:
- elid — one or more object's unique identifiers comma-delimited with space ", ". The unique identifiers is the id element of gateway function.
Result: successful operation or error message
Suspend
Function: gateway.suspend
Suspend
Access level: admin
Parameters:
- elid — one or more object's unique identifiers comma-delimited with space ", ". The unique identifiers is the id element of gateway function.
Result: successful operation or error message
Delete the selected gateway
Function: gateway.delete
Delete the selected gateway
Access level: admin
Parameters:
- elid — one or more object's unique identifiers comma-delimited with space ", ". The unique identifiers is the id element of gateway function.
Result: successful operation or error message