Documentation ¶
Index ¶
Constants ¶
View Source
const (
ContentTypeTextPlain = "text/plain"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SMTPConfig Email string `json:"email" yaml:"email"` Password string `json:"password" yaml:"password"` }
type Manager ¶
func NewEmailManager ¶
type SMTPConfig ¶
type SMTPEmailManager ¶
type SMTPEmailManager struct {
// contains filtered or unexported fields
}
func (SMTPEmailManager) SendRegistrationNotification ¶
func (e SMTPEmailManager) SendRegistrationNotification(message *Message) error
Click to show internal directories.
Click to hide internal directories.