notice

package
v0.0.0-...-d991eac Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2023 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 Email

type Email struct {
	Sender    string
	Recipient []string
	Title     string
	Body      string
}

func NewEmail

func NewEmail() *Email

func (*Email) Body

func (e *Email) Body(body string) *Email

func (*Email) Send

func (e *Email) Send() error

func (*Email) SetSender

func (e *Email) SetSender(sender string) *Email

func (*Email) Title

func (e *Email) Title(title string) *Email

func (*Email) To

func (e *Email) To(recipients ...string) *Email

Jump to

Keyboard shortcuts

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