email

package
v0.0.0-...-118f5d4 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2015 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseMail

type BaseMail struct{}

func (*BaseMail) BuildMessage

func (m *BaseMail) BuildMessage(subject string, template string, data interface{}) []byte

type SendMail

type SendMail interface {
	SendMail(addr string, a smtp.Auth, from string, to []string, subject string, msg []byte) error
	BuildMessage(subject string, template string, data interface{}) []byte
}

type SmtpMail

type SmtpMail struct {
	BaseMail
}

func (*SmtpMail) SendMail

func (m *SmtpMail) SendMail(addr string, a smtp.Auth, from string, to []string, subject string, msg []byte) error

Jump to

Keyboard shortcuts

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