Alertmanager.spec.alertmanagerConfiguration.global.smtp
smtp defines global SMTP parameters.
| Field / Type | Description |
|---|---|
authIdentity | authIdentity represents SMTP Auth using PLAIN |
authPassword represents SMTP Auth using LOGIN and PLAIN.
| |
authSecret represents SMTP Auth using CRAM-MD5.
| |
authUsername | authUsername represents SMTP Auth using CRAM-MD5, LOGIN and PLAIN. If empty, Alertmanager doesn't authenticate to the SMTP server. |
forceImplicitTLS | forceImplicitTLS defines whether to force use of implicit TLS (direct TLS connection) for better security. true: force use of implicit TLS (direct TLS connection on any port) false: force disable implicit TLS (use explicit TLS/STARTTLS if required) nil (default): auto-detect based on port (465=implicit, other=explicit) for backward compatibility It requires Alertmanager >= v0.31.0. |
from | from defines the default SMTP From header field. |
hello | hello defines the default hostname to identify to the SMTP server. |
requireTLS | requireTLS defines the default SMTP TLS requirement. Note that Go does not support unencrypted connections to remote SMTP endpoints. |
smartHost defines the default SMTP smarthost used for sending emails. | |
tlsConfig defines the default TLS configuration for SMTP receivers |