outbound

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2019 License: MIT Imports: 0 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 {
	Name    string
	Address string
}

type Response

type Response struct {
	StatusCode int
	Body       string
	Headers    map[string][]string
}

type Sender

type Sender interface {
	SendMail(from *Email, subject string, to []*Email, plainTextContent string, htmlContent string) (*Response, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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