mail

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

================================================================ *Copyright (C) 2020 BGBiao Ltd. All rights reserved. * *FileName:mail.go *Author:Xuebiao Xu *Date:2020年03月29日 *Description: * ================================================================

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmailMetaData

type EmailMetaData struct {
	Smtp string   // smtp邮件服务器地址
	From string   // 发送方
	Pass string   // 发送密码
	To   []string // 接受方
	Cc   []string // 抄送
	Bcc  []string // 秘密抄送

	Subject     string // 邮件主题
	Content     []byte // 邮件内容(可支持e.Text和e.HTML)
	ContentType string // 邮件内容形式:text|html
}

func (*EmailMetaData) PostEmail

func (emData *EmailMetaData) PostEmail() error

Jump to

Keyboard shortcuts

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