resend

package
v0.2.6 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MailerName         = "resend"
	EnvironmentKey     = "RESEND_API_KEY"
	EnvironmentEmailTo = "RESEND_EMAIL_TO"
)

Variables

View Source
var (
	ErrMissingAPIKey = errors.New("Resend requires an API key")
)

Functions

func New

func New(config Configuration) (mdsend.Mailer, error)

Types

type Configuration

type Configuration struct {
	Queue    queue.Queue
	APIKey   string
	TestMode bool
}

Jump to

Keyboard shortcuts

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