Documentation ¶
Index ¶
- Variables
- func Compose(ctx context.Context, out io.Writer, tpl *template.Template, ...) error
- func Register(ctx context.Context, vm *goja.Runtime)
- func Send(ctx context.Context) func(e *Email) (int, error)
- func SendActivation(ctx context.Context, code uint64) error
- func SendInviteToExistingUser(ctx context.Context, by *models.User, site *models.Site, to string) error
- func SendInviteToNewUser(ctx context.Context, by *models.User, site *models.Site, i *models.Invitation) error
- func SendPasswordReset(ctx context.Context, usr *models.User, link string) error
- func Set(ctx context.Context, m Mailer) context.Context
- type Address
- type Email
- type MailHog
- type Mailer
- type SMTP
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func SendInviteToExistingUser ¶ added in v0.0.11
func SendInviteToNewUser ¶ added in v0.0.11
func SendPasswordReset ¶ added in v0.0.11
Types ¶
Click to show internal directories.
Click to hide internal directories.