email

package
v0.0.0-...-31439ab Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const CodeTemp = `` /* 5883-byte string literal not displayed */

Variables

This section is empty.

Functions

func SendEmail

func SendEmail(config svc.EmailConfig, subject string, emails []string, message []byte) error

todo 并发, 考虑后面也要发,是否需要存数据库

func SendEmailWithTemp

func SendEmailWithTemp(config svc.EmailConfig, subject string, email []string, templateStr string, data interface{}) error

Types

type CodeTempData

type CodeTempData struct {
	Subject  string // 主题
	UserName string // 用户名
	BaseUrl  string // 域名

	// 操作邮箱
	Option         string // 操作
	OptionsTimeOut string // 超时时间
	OptionsCode    string // 验证码
	OptionsUrl     string // 连接

	// 通知
	Notify    string // 通知
	NotifyMsg string // 通知详情
	NotifyUrl string // 通知地址

	// 其他HTML
	HTML string // 其他HTML
}

Jump to

Keyboard shortcuts

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