Gateways

Information about email gateways objects. Email gateway can be owned by a dealer or leased from platform owner.

Email gateway object

Own email gateway: Now supported only SMTP provider.

{
  "id": 2,
  "leasable": false,
  "label": "Paas gate",
  "provider": "smtp",
  "params": {
    "default_from_address": "[email protected]",
    "mail.smtp.user": null,
    "mail.smtp.password": null,
    "mail.smtp.host": "localhost",
    "mail.smtp.port": 25,
    "mail.smtp.ssl.port": 465,
    "mail.smtp.ssl.trust_all_hosts": false,
    "mail.smtp.auth": true,
    "mail.debug": false,
    "mail.smtp.starttls.enable": false,
    "mail.smtp.starttls.required": false,
    "mail.smtp.use_ssl": false,
    "mail.smtp.timeout": 60000,
    "mail.smtp.connectiontimeout": 60000,
    "mail.transport.protocol": "smtp"
  }
}

Leasable email gateway:

API actions

API path: panel/gateways/email.

list

Gets list of available email gateways for the panel.

required permissions: email_gateways: "read".

Parameters

Only session hash.

Examples

Response

Errors

General types only.

Last updated

Was this helpful?