Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EmailHandler ¶
type EmailHandler struct {
// contains filtered or unexported fields
}
EmailHandler is the notification handler for emails.
func (*EmailHandler) Send ¶
func (e *EmailHandler) Send(sender, recipient, subject, body string) error
Send is the method run when a notification is triggered for this handler.
Click to show internal directories.
Click to hide internal directories.