Configuring Email Notifications
- Updated2025-11-26
- 1 minute(s) read
Complete the following steps to configure email notifications.
- Open systemlink-values.yaml.
- Configure smtp.smtpServer.host with the name or the IP address of the SMTP host.
- Configure smtp.smtpServer.port with the SMTP port.
- Configure smtp.smtpServer.fromAddress with the address to send the email from.
- Optional:
If the SMTP server requires credentials for authentication, complete the
following steps.
- In systemlink-values.yaml, set smtp.smtpServer.requireAuthentication to true.
- Include the username and password in systemlink-secrets.yaml file under smtp.secrets.smtpServer.
- Optional: If the connection with the SMTP server requires SSL, set smtp.smtpServer.enableSsl to true.
- Optional: Configure the timeout, in seconds, using the smtp.smtpServer.timeoutSeconds value.