Documentation
¶
Index ¶
- Variables
- func SendLoginVerifyCode(smtpHost, smtpPort, from, password, username, to, code, organization string) error
- func SendRegisterVerifyCode(smtpHost, smtpPort, from, password, username, to, code, organization string) error
- func SendResetPasswordVerifyCode(smtpHost, smtpPort, from, password, username, to, code, organization string) error
- type SendType
- type VerifyCodeSender
Constants ¶
This section is empty.
Variables ¶
View Source
var FS embed.FS
Functions ¶
func SendLoginVerifyCode ¶
func SendLoginVerifyCode(smtpHost, smtpPort, from, password, username, to, code, organization string) error
SendLoginVerifyCode 发送登录验证码
func SendRegisterVerifyCode ¶ added in v0.4.7
func SendRegisterVerifyCode(smtpHost, smtpPort, from, password, username, to, code, organization string) error
SendRegisterVerifyCode 发送注册验证码
func SendResetPasswordVerifyCode ¶
func SendResetPasswordVerifyCode(smtpHost, smtpPort, from, password, username, to, code, organization string) error
SendResetPasswordVerifyCode 发送重置密码验证码
Types ¶
type VerifyCodeSender ¶ added in v0.4.7
Click to show internal directories.
Click to hide internal directories.