templatedemailer

package
v0.0.0-...-53e80a7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2024 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TemplatedEmailer

type TemplatedEmailer interface {
	SendNewUserTemporaryPasswordEmail(email, firstName, temporaryPassword string) error
	SendVerificationEmail(email, verificationCode, firstName string) error
	SendForgotPasswordEmail(email, verificationCode, firstName string) error
	GetBackendDomainName() string
	GetFrontendDomainName() string
}

TemplatedEmailer Is adapter for responsive HTML email templates sender.

func NewTemplatedEmailer

func NewTemplatedEmailer(cfg *c.Conf, logger *slog.Logger, uuidp uuid.Provider, emailer mg.Emailer) TemplatedEmailer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL