email

package
v0.0.0-...-0afad3f Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: GPL-3.0 Imports: 5 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 {
	To      *mail.Address
	CC      []*mail.Address
	BCC     []*mail.Address
	Subject string
	Body    string
}

func New

func New(
	to string,
	cc string,
	bcc string,
	subject string,
	body string,
) (Email, error)

func (Email) String

func (e Email) String() string

Jump to

Keyboard shortcuts

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