email

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2015 License: MIT Imports: 9 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Email

type Email struct {
	Id      string
	Host    string
	From    string
	To      []string
	Message []byte
}

Individual message for sending to a host.

func NewEmails

func NewEmails(from string, to, cc, bcc []string, subject string, text, html string) ([]*Email, error)

Create an array of emails from the specified information. An email will be generated for each individual host and for each BCC recipient.

Jump to

Keyboard shortcuts

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