Skip to main content

SMTP email client config

SMTP email client config that will be used to send logs on email. Log events: outgoing_call, device_reboot, sip_registeration_loss

Responses

OK


Schema
  • enabled boolean

    Default value: false

  • client object
  • username string
  • name string
  • password string

    Email password

  • recipient object
  • username string
  • subject string
  • server object
  • host string

    SMTP server address

  • security string

    Possible values: [tls, ssl, none]

  • port integer
Loading...