email

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Noop

type Noop struct{}

Noop is a Sender that logs the email and returns nil. Use as the default when no SMTP sender is configured so the library runs out-of-the-box in development.

func (Noop) Send

func (Noop) Send(_ context.Context, to, subject, body string) error

SECURITY: this sender logs the full email body including any magic-link tokens. NEVER use Noop in production.

type Sender

type Sender interface {
	Send(ctx context.Context, to, subject, body string) error
}

Sender delivers a single email. Implementations should be safe for concurrent use.

Jump to

Keyboard shortcuts

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