package
Version:
v0.0.0-...-83979ee
Opens a new window with list of versions in this module.
Published: Aug 22, 2025
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package email 提供邮件操作相关工具
创建者:Done-0
创建时间:2025-08-05
View Source
const (
EMAIL_SUBJECT = "【Jank Blog】注册验证码"
)
邮件相关常量
NewRand 生成六位数随机验证码
返回值:
int: 六位数随机数
SendEmail 发送邮件到指定邮箱
参数:
content: 邮件内容
toEmails: 目标邮箱
返回值:
bool: 发送成功返回 true,失败返回 false
error: 执行过程中的错误
Source Files
¶
Click to show internal directories.
Click to hide internal directories.