AlertmanagerConfig.spec.receivers[].emailConfigs[]
EmailConfig configures notifications via Email.
| Field / Type | Description |
|---|---|
authIdentity | The identity to use for authentication. |
The secret's key that contains the password to use for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
| |
The secret's key that contains the CRAM-MD5 secret. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
| |
authUsername | The username to use for authentication. |
from | The sender address. |
Further headers email header key/value pairs. Overrides any headers previously set by the notification implementation. | |
hello | The hostname to identify to the SMTP server. |
html | The HTML body of the email notification. |
requireTLS | The SMTP TLS requirement. Note that Go does not support unencrypted connections to remote SMTP endpoints. |
sendResolved | Whether or not to notify about resolved alerts. |
smarthost | The SMTP host and port through which emails are sent. E.g. example.com:25 |
text | The text body of the email notification. |
TLS configuration | |
to | The email address to send notifications to. |