Skip to main content

SMTP configuration parameters

SMTP configuration parameters for OEMCMD_SET_SMTP_CONFIG_PARAMETERS and OEMCMD_GET_SMTP_CONFIG_PARAMETERS.

The following are detailed parameters for OEMCMD_SET_SMTP_CONFIG_PARAMETERS and OEMCMD_GET_SMTP_CONFIG_PARAMETERS.

Table 1. SMTP configuration parameters
Parameter selector#Parameter data (non-volatile)
Sender information0Assigns 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, non-alphabetic characters.

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

    Data 1: string length

    Data 2:N: the string of <host name>@<domain name>

Destination e-mail addresses1
  • Data 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)

  • Data 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
  • Data 3:

    • [7:1]: reserved

    • [0]:
      • 0b: disable

      • 1b: enable

For set selector = 1
  • Data 3: string length, max = 64.

  • Data 4-N: the string of destination e-mail address

For set selector = 2

  • Data 3: string length, max = 254.

  • Data 4-N: the string of e-mail description

SMTP (e-mail) Server Settings2
  • Data 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
  • Data 2: string length, max = 254.

  • Data 3-N: the string of IPV4, IPV6 or FQDN

For set selector = 1

  • Data 2-3: port number. LS-byte first.

SMTP authentication3Data 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
  • Data 2:
    • [7:1]: reserved

    • [0]:
      • 0b: disable

      • 1b: enable

For set selector = 1
  • Data 2: string length, max = 254.

  • Data 3-N: the string of user name

For set selector = 2

  • Data 2: string length, max = 254

  • Data 3-N: the string of password

For set selector = 3

  • Data 2:
    • [7:2]: reserved

    • [1:0]:

      • 00b: AUTO

      • 01b: OFF

      • 10b: ON

      • 11b: reserved

For set selector = 4
  • Data 2:
    • [7:3]: reserved

    • [2:0]:

      • 000b: AUTO

      • 001b: PLAIN

      • 010b: LOGIN

      • 011b: NTLM

      • 100b: MD5

      • 101b-111b: reserved