prometheus operator v0.71.2
Alertmanager.spec.containers.lifecycle.preStop.exec.spec.alertmanagerConfiguration.global.smtp
Configures global SMTP parameters.
| Field / Type | Description |
|---|---|
authIdentity | SMTP Auth using PLAIN |
SMTP Auth using LOGIN and PLAIN.
| |
SMTP Auth using CRAM-MD5.
| |
authUsername | SMTP Auth using CRAM-MD5, LOGIN and PLAIN. If empty, Alertmanager doesn't authenticate to the SMTP server. |
from | The default SMTP From header field. |
hello | The default hostname to identify to the SMTP server. |
requireTLS | The default SMTP TLS requirement. Note that Go does not support unencrypted connections to remote SMTP endpoints. |
The default SMTP smarthost used for sending emails. |