email

package
v1.0.12 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mail

type Mail struct {
	From         string
	FromPassword string
	To           []string
	Subject      string
	HTML         []byte
}

type Template

type Template interface {
	Text(body map[string]interface{}) []byte
}

type Utility

type Utility interface {
	Send(mail *Mail) error
}

func New

func New() Utility

Jump to

Keyboard shortcuts

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