email

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Initialize

func Initialize(ctx contextx.Context, opfs ...func(opt *Option)) error

Types

type Email

type Email struct {
	To         []string
	From       string
	Title      string
	Content    []byte
	Attachment string
}

func (*Email) Send

func (e *Email) Send()

type Option

type Option struct {
	Identify    string
	Address     string
	ConnMax     int
	Username    string
	Password    string
	Host        string
	SendTimeout time.Duration
	// contains filtered or unexported fields
}

type VerifyMail

type VerifyMail struct {
	Name      string
	VerifyUrl string
	ValidTime time.Duration
	Email
}

func (*VerifyMail) Send

func (v *VerifyMail) Send()

Jump to

Keyboard shortcuts

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