emailhandler

package
v3.4.2 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(ctx context.Context, m map[string]any) (handler.Handler, error)

New returns a new email handler.

Types

type EmailHandler

type EmailHandler struct {

	// Paths of CID files to be embedded, relative to the CIDFolder
	// so in principle, should always be just the filename
	CIDRelPaths []string
	CIDFolder   string
	// contains filtered or unexported fields
}

EmailHandler is the notification handler for emails.

func (*EmailHandler) Send

func (e *EmailHandler) Send(sender, recipient, subject, body string) error

SendEmail, obviously, sends an email. CIDPaths are files that are to be embedded in the email. They can be referenced in the body using e.g. `<img src="cid:file.png">` Note that paths specified here must be relative to the asset directory!

Jump to

Keyboard shortcuts

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