Skip to main content

SMTP Configuration Parameters

The below table is detail parameters for SET SMTP CONFIG PARAMETERS and GET SMTP CONFIG PARAMETERS.

Sender Information

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 only space characters.
  2. It must be the combination of alphanumeric characters a-z, A-Z and 0-9,space characters, non-alphabetic characters.
  3. The maximum length of the field is 254 characters.
    • Data 1: String length
    • Data [2:N]: The sting of <host name>@<domain name>

Destination Email Addresses

Parameter selector#Parameter data (non-volatile)
Destination Email Addresses1Data 1: Set selector = Field selector, 0 based.
  • [7:2] - Reserved
  • [1:0] - Field selector
    • 00b - Field 1 - Enable/Disable
    • 01b - Field 2 - Destination Email Address
    • 10b - Field 3 - Email Description
    • 11b - Field 4 - Send Alert (Set only)
Data 2: Block selector = Target of Email Alert selector, 0 based.
  • [7:2] - Reserved
  • [1:0] -
    • 00b - Email Alert 1
    • 01b - Email Alert 2
    • 10b - Email Alert 3
    • 11b - Email Alert 4
Set selector = 0
  • Data 3:
    • [7:1] - Reserved
    • [0] -
      • 0b - Disable
      • 1b - Enable
Set selector = 1
  • Data 3: String length, Max = 64.
  • Data [4:N]: The sting of Destination Email Address
Set selector = 2
  • Data 3: String length, Max = 254.

  • Data [4:N]: The sting of Email Description.

SMTP (email) Server Settings

Parameter selector#Parameter data (non-volatile)
SMTP (email) Server Settings2Data1: Set selector = Field selector, 0 based.
  • [7:1] - Reserved
  • [0] - Field selector
    • 0b - Field 1 - SMTP IP Address
    • 1b - Field 2 - SMTP Port Number
Set selector = 0
  • Data 2: String length, Max = 254.
  • Data [3:N]: The sting of IPV4, IPV6 or FQDN.
Set selector = 1
  • Data [2:3]: Port number. LS-byte first.

SMTP Authentication

Parameter selector#Parameter data (non-volatile)
SMTP Authentication3Data 1: Set selector = Field selector, 0 based.
  • [7:3] - Reserved
  • [2:0] - Field selector
    • 000b - Field 1 - Username
    • 001b - Field 2 - Password (set only)
    • 010b - Field 3 - STARTTLS Mode
    • 011b - Field 4 - SASL Mode
    • 100b - 111b - Reserved
Set selector = 0
  • Data 2:
    • [7:1] - Reserved
    • [0] -
      • 0b - Disable
      • 1b - Enable
Set selector = 1
  • Data 2: String length, Max = 254.
  • Data [3:N]: The sting of Username.
Set selector = 2
  • Data 2: String length, Max = 254.
  • Data [3:N]:The sting of Password.
Set selector = 3
  • Data 2:
    • [7:2] - Reserved
    • [1:0] -
      • 00b - AUTO
      • 01b - OFF
      • 10b - ON
      • 11b - Reserved
Set selector = 4
  • Data 2:
    • [7:3] - Reserved
    • [2:0] -
      • 000b - NONE
      • 001b - AUTO
      • 010b - PLAIN
      • 011b - LOGIN
      • 100b - MD5
      • 101b - 111b - Reserved