Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEmailNotificationSender ¶
func NewEmailNotificationSender(smtpCfg *config.SMTPConfiguration) (notification.Sender, error)
Types ¶
type Email ¶
type Email struct {
// contains filtered or unexported fields
}
func (*Email) SendNotification ¶
func (e *Email) SendNotification(ctx context.Context, n *notification.Notification) error
Click to show internal directories.
Click to hide internal directories.