emailclient

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(serverAddr, authPassWord string, senderAddr mail.Address) (*emailClient, error)

Types

type Email

type Email struct {
	// 主题
	Subject string
	// 接收人
	To []string
	// 正文
	Body string
	// 附件
	AttachFiles []string
	// 邮件内容类型
	MailType MailType
}

type MailType

type MailType string
const (
	MailText MailType = "plain"
	MailHtml MailType = "html"
)

Jump to

Keyboard shortcuts

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