//
pkg.gl
Category
github.com/perpower/goframe
utils
pmailer
package
1.6.2
Repository:
https://github.com/perpower/goframe.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
2
Files
93 SLOC
#
Functions
GetEmailHTMLContent
GetEmailHTMLContent 获取邮件模板 mailTpl: string 邮件模板路径 mailData: interface{} 邮件默认需要传递的数据.
GetTplContentByFile
GetTplContentByFile 获取指定邮件模板内容 tplPath: string 邮件模板文件地址 mailData: interface{} 解析后的邮件内容.
Send
Send 发送邮件 smtp: 发件服务器配置 params: 收件人配置.
#
Structs
AttachFormat
附件传参结构体.
EmailConfig
收件传参结构体.
EmailSererConfig
发件服务传参结构体.