This commit is contained in:
lqs 2024-09-12 23:08:10 +08:00
parent db42e66193
commit 6f0ac8ee0f
2 changed files with 2 additions and 2 deletions

View File

View File

@ -108,8 +108,8 @@ export const emailQQConfig = {
port: 465,//邮箱使用端口 port: 465,//邮箱使用端口
secure: true,//是否使用默认的465端口 secure: true,//是否使用默认的465端口
auth: { auth: {
user: "", // 发送方邮箱地址 user: "441785369@qq.com", // 发送方邮箱地址
pass: "" // smtp 验证码 pass: "wzkajqoeraqxbhbd" // smtp 验证码
} }
} }
// 阿里邮箱配置 // 阿里邮箱配置