package
1.8.8
Repository: https://github.com/fzf-labs/fpkg.git
Documentation: pkg.go.dev

# README

email

邮件发送

# Functions

Init 初始化客户端.
NewSMTPClient 实例化一个SMTP客户端.
No description provided by the author
Send 发送邮件.

# Variables

Client 邮件发送客户端.
ErrChanNotOpen 邮件队列没有开启.
Lock 读写锁.

# Structs

ActiveUserMailData 激活用户模板数据.
EmailConfig @Description: 邮件配置.
No description provided by the author
ResetPasswordMailData 激活用户模板数据.
SMTP 协议协议发送.
SMTPConfig SMTP配置.
VerificationCodeData @Description: 邮件验证码.
No description provided by the author

# Interfaces

Driver 邮件发送驱动接口定义.