Skip to main content

Configure Email Server

Select

SaaS
Customer Managed

Configure SMTP server settings.

Request Body
  • SMTPServerName string required

    The name of the mail server that sends alerts, scheduled reports, log files, and additional information.

  • SMTPPort int32 required

    The port number that connects to the mail server.

  • senderEmail string required

    The sender email address used for emails sent from the software.

  • senderName string required

    The sender name used for emails sent from the software.

  • encryptionAlgorithm string

    Possible values: [NONE, TLS, SSL]

    Default value: NONE

  • username string

    This option is used when authentication on the mail server is required

  • password string

    Password must be in base64 encoded format. Similar to username, if authentication on the mail server is required, this option is required.

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
Loading...