Complete the following steps to configure email notifications.

  1. Open systemlink-values.yaml.
  2. Configure smtp.smtpServer.host with the name or the IP address of the SMTP host.
  3. Configure smtp.smtpServer.port with the SMTP port.
  4. Configure smtp.smtpServer.fromAddress with the address to send the email from.
  5. Optional: If the SMTP server requires credentials for authentication, complete the following steps.
    1. In systemlink-values.yaml, set smtp.smtpServer.requireAuthentication to true.
    2. Include the username and password in systemlink-secrets.yaml file under smtp.secrets.smtpServer.
  6. Optional: If the connection with the SMTP server requires SSL, set smtp.smtpServer.enableSsl to true.
  7. Optional: Configure the timeout, in seconds, using the smtp.smtpServer.timeoutSeconds value.