|
E-mail server address |
IPv4 address, hostname, or FQDN of e-mail server
An e-mail server with an IPv6 address must use a hostname or FQDN.
A hostname or FQDN must be DNS resolvable. |
|
Port number |
TCP listening port on e-mail server |
|
E-mail address |
Sending e-mail address of e-mail notifications |
|
Username and Password |
Authentication credentials for e-mail server |
|
Protocol |
E-mail authentication protocol The SMTP option is unsecure. In order to enable secure e-mail notifications using the SMTPS or STARTTLS option, you must:
-
Ensure that the mail server TLS certificate is specified in the trustedCertificates parameter in nsp-config.yml:
/opt/nsp/NSP-CN-DEP-release-ID/NSP-CN-release-ID/config/nsp-config.yml
Example:
trustedCertificates: ["/opt/certs/mail.pem", "/opt/certs/otherCert.pem", "/opt/certs/otherCert.pem"]
Where trustedCertificates specifies a comma-separated list of paths to certificate files. The above example includes the path to the mail.pem mail server TLS certificate.
-
Run the NSP installer to install the certificate. |
|
Account Lock Email |
Enable to send an automated e-mail message to users whose accounts have been locked. |
|
Account Lock Email Subject |
The Subject line of the account lockout e-mail message |
|
Account Lock Email Body |
The body text of the account lockout e-mail message |