Skip to main content

Get SMTP email client config

Returns SMTP email client config that will be used to send logs on email.

There are email sending limits of various email service providers (500, 1000 per/day, etc.). In some cases you may need to enable untrusted applications in common online mail services.

Responses

OK


Schema
  • enabled boolean

    Determines whether the feature is enabled

  • client object

    This model describes email client settings required for sending logs to mail

  • username object

    Email login

    anyOf

  • string email
  • name string

    User name

  • password string

    Email password

  • recipient object

    This model describes recipient email settings required for sending logs to mail

  • username object

    User login

    anyOf

  • string email
  • subject string

    Email subject

  • server object

    This model describes email server settings required for sending logs to mail

  • host object

    SMTP server address

    anyOf

  • string hostname
  • security string

    Possible values: [tls, ssl, none]

    Security type

  • port integer

    Port

Loading...