mail

package
v0.0.0-...-6b0313b Latest Latest
Warning

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

Go to latest
Published: May 7, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Attachment

type Attachment struct {
	Header textproto.MIMEHeader
	Name   string
	Body   io.Reader
}

type Message

type Message struct {
	Subject string

	From mail.Address
	To   []mail.Address
	CC   []mail.Address
	BCC  []mail.Address

	Header textproto.MIMEHeader

	Body string

	Attachments []Attachment
}

func (Message) WriteTo

func (m Message) WriteTo(w io.Writer) (int64, error)

Jump to

Keyboard shortcuts

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