Documentation ¶
Overview ¶
Package smtp implements an email notification handler for kubewatch.
See example configuration in the ConfigExample constant.
Index ¶
Constants ¶
View Source
const ( // ConfigExample is an example configuration. ConfigExample = `` /* 239-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SMTP ¶
type SMTP struct {
// contains filtered or unexported fields
}
SMTP handler implements handler.Handler interface, Notify event via email.
Click to show internal directories.
Click to hide internal directories.