# README
邮件发送
# Functions
Init 初始化客户端.
NewSMTPClient 实例化一个SMTP客户端.
No description provided by the author
Send 发送邮件.
# Structs
ActiveUserMailData 激活用户模板数据.
EmailConfig @Description: 邮件配置.
No description provided by the author
ResetPasswordMailData 激活用户模板数据.
SMTP 协议协议发送.
SMTPConfig SMTP配置.
VerificationCodeData @Description: 邮件验证码.
No description provided by the author
# Interfaces
Driver 邮件发送驱动接口定义.