Account setting (OpmConfig | listAccountConfig | AccountConfig)
XML Tag |
Description |
Comments |
---|---|---|
<accountId> |
The account ID. |
— |
<accountThrottle> |
The throughput specified for the account.
Values : 0 : No limitOther values: The maximum number of mails per second can be sent. |
— |
<subDomain |
An email sub-domain dedicated for OPM use and assigned to an account. Each account can have its own sub-domain. |
The owner of the sub-domain needs to add the DNS MX record in order to send emails that target this sub-domain. |
<fromText> |
Specifies the prefix text used for the Sender email domain in the From field. The address uses the following format:[ fromText AlertID ]-[PIN ]@[subdomain ]
Default : Alert Spaces are not allowed. Do not use the full email address, just the simple text. |
Example: ABCAlert 123456-123456@mydomain.com |
<responseInstruction> |
Specifies help text that shows in the email message body, if response options are required.
Default : the message “To respond, EITHER reply to this email and enter the response code in the email body, OR click on the link above and follow the instruction.” |
— |
<enableSigning> |
Specifies whether PKI digital signing is enabled.
Values :true : Turn on digital (PKI) signing for outgoing email. A digital certificate needs to be installed on the server that NDS runs on.false : Turn off digital signing for outgoing email. |
Digital signing is a CPU-intensive process. Enabling it can slow the send throughput down to 30%. |
<hashAlgorithm> |
The hash algorithm used for digital signatures.
Values : SHA1, MD5, SHA256, SHA384, or SHA512 |
— |
<systemCertName> |
Specify the certificate to be used to sign email, certificate name must exist in nds.certificate.repository . |
— |