Skip to main content

SMTP Configuration Parameters

SMTP configuration parameters for SET_SMTP_CONFIG_PARAMETERS and GET_SMTP_CONFIG_PARAMETERS.

The following are detailed parameters for SET SMTP CONFIG PARAMETERS and GET SMTP CONFIG PARAMETERS.

Table 1. SMTP configuration parameters
Parameter selector#Parameter data (non-volatile)
Sender information0
Assigns the send from. The field is default filled with <host name>@<domain name> automatically. If the field is OEM set, it must follow the following rules:
  1. It must not consist of space characters only.

  2. It must be the combination of alphanumeric characters a-z, A-Z and 0-9, space characters, and non-alphabetic characters.

  3. The maximum length of the field is 254 characters.

    Byte 1 - String length

    Byte [2:N] - The string of <host name>@<domain name>

Destination e-mail addresses1
Byte 1 - Set selector = Field selector, 0 based.
  • [7:2] - Reserved

  • [1:0] - Field selector

    • 00b - Field 1 - Enable/disable

    • 01b - Field 2 - Destination e-mail address

    • 10b - Field 3 - E-mail description

    • 11b - Field 4 - Send alert (set only)

Byte 2 - Block selector = Target of e-mail alert selector, 0 based.
  • [7:2] - Reserved

  • [1:0] -
    • 00b - E-mail alert 1

    • 01b - E-mail alert 2

    • 10b - E-mail alert 3

    • 11b - E-mail alert 4

For set selector = 0

Byte 3 -
  • [7:1] - Reserved

  • [0] -
    • 0b - Disable

    • 1b - Enable

For set selector = 1
  • Byte 3 - Maximum string length = 64

  • Byte [4:N] - The string of destination e-mail address

For set selector = 2
  • Byte 3 - Maximum string length = 254

  • Byte [4:N] - The string of e-mail description

SMTP (e-mail) server settings2
Byte 1 - Set selector = Field selector, 0 based.
  • [7:1] - Reserved

  • [0] - Field selector
    • 0b - Field 1 - SMTP IP address

    • 1b - Field 2 - SMTP port number

For set selector = 0
  • Byte 2 - String length, maximum = 254

  • Byte [3:N] - The string of IPv4, IPv6 or FQDN

For set selector = 1
  • Byte [2:3] - Port number. LS-byte first.

SMTP authentication3
Byte 1 - Set selector = Field selector, 0 based.
  • [7:3] - Reserved

  • [2:0] - Field selector

    • 000b - Field 1 - Enable/disable

    • 001b - Field 2 - User name

    • 010b - Field 3 - Password (set only)

    • 011b - Field 4 - STARTTLS mode

    • 100b - Field 5 - SASL mode

    • 101b-111b - Reserved

For set selector = 0
  • Byte 2 -
    • [7:1] - Reserved

    • [0] -
      • 0b - Disable

      • 1b - Enable

For set selector = 1
  • Byte 2 - Maximum string length = 254

  • Byte [3:N] - The string of user name

For set selector = 2
  • Byte 2 - Maximum string length = 254

  • Byte [3:N] - The string of password

For set selector = 3
  • Byte 2 -
    • [7:2] - Reserved

    • [1:0] -

      • 00b - AUTO

      • 01b - OFF

      • 10b - ON

      • 11b - Reserved

For set selector = 4
  • Byte 2 -
    • [7:3] - Reserved

    • [2:0] -

      • 000b - AUTO

      • 001b - PLAIN

      • 010b - LOGIN

      • 011b - NTLM

      • 100b - MD5

      • 101b-111b - Reserved