mail

package module
v0.0.0-...-3c92cdd Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2019 License: MIT Imports: 6 Imported by: 0

README

mail

go package for connecting to email clients

Documentation

Index

Constants

View Source
const (
	// SendgridClient is used by the user to choose sengrid as the email client
	SendgridClient = 1 + iota
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Acct

type Acct struct {
	Name string
	Addr string
}

Acct represents an email account

type Mail

type Mail struct {
	To      Acct
	From    Acct
	Subject string
	Body    []byte
	Client  int
	AuthKey string
}

Mail is the main struct of the package which contains everything needed to send an email

func (*Mail) Send

func (m *Mail) Send() error

Send calls the send client

Jump to

Keyboard shortcuts

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