Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sender ¶
type Sender interface {
SendInvitationEmail(req *record.Invitation) error
SendEmailConfirmation(conf *record.EmailConfirmation) error
SendEmailChanged(user *record.User, oldEmail string) error
SendPasswordReset(reset *record.PasswordReset, token string) error
SendPasswordChanged(user *record.User) error
}
Sender represents interface of email sender
Click to show internal directories.
Click to hide internal directories.