templatedemailer

package
v0.0.0-...-9d843bf Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2024 License: AGPL-3.0 Imports: 9 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 {
	GetBackendDomainName() string
	GetFrontendDomainName() string
	SendNewUserTemporaryPasswordEmail(email, firstName, temporaryPassword string) error
	SendBusinessVerificationEmail(email, verificationCode, firstName string) error
	SendCustomerVerificationEmail(email, verificationCode, firstName string) error
	SendForgotPasswordEmail(email, verificationCode, firstName string) error
	SendNewComicSubmissionEmailToStaff(staffEmails []string, submissionID string, storeName string, item string, cpsrn string, serviceTypeName string) error
	SendNewComicSubmissionEmailToRetailers(retailerEmails []string, submissionID string, storeName string, item string, cpsrn string, serviceTypeName string) error
	SendNewStoreEmailToStaff(staffEmails []string, storeID string) error
	SendRetailerStoreActiveEmailToRetailers(retailerEmails []string, storeName string) error
}

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