mail

package module
v0.0.0-...-bcae901 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2016 License: MIT Imports: 10 Imported by: 1

README

go-send-mail-iso2022jp

Send ISO-2022-JP mail library for go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mail

type Mail struct {
	From    string
	To      string
	Subject string
	Body    string
}

type SmtpClient

type SmtpClient struct {
	Host     string
	Port     uint16
	Username string
	Password string
	// contains filtered or unexported fields
}

func (*SmtpClient) Close

func (c *SmtpClient) Close() error

func (*SmtpClient) Connect

func (c *SmtpClient) Connect() error

func (*SmtpClient) Quit

func (c *SmtpClient) Quit() error

func (*SmtpClient) SendMail

func (c *SmtpClient) SendMail(m Mail) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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