email

package
v0.0.0-...-a1393ee Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SendEmail = sendEmail

SendEmail is the default email sender. It can be replaced in tests.

Functions

This section is empty.

Types

type SendEmailParams

type SendEmailParams struct {
	To        string
	From      string // Optional, if empty use config.SMTPFrom
	Subject   string
	BodyHTML  string
	BodyPlain string // Optional plain text fallback
}

SendEmailParams holds the parameters for sending an email.

Jump to

Keyboard shortcuts

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