Skip to content

Commit b4892c4

Browse files
authored
邮件地址更新
1 parent 0402a50 commit b4892c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/config/Constants.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ export const emailCfg = {
3838
"secureConnection": true, // 使用 SSL
3939
"port": 465, // SMTP 端口
4040
"auth": {
41-
"user": "506255207@qq.com", // generated ethereal user
42-
"pass": "bmblrdabbwkebjgh", // generated ethereal password
41+
"user": "00@qq.com", // generated ethereal user
42+
"pass": "00", // generated ethereal password
4343
},
4444
};
4545
export const sendMailCfg = (email: string, code: string) => {
4646
return {
47-
"from": `"DF ?" <506255207@qq.com>"`, // 发送方
47+
"from": `"DF ?" <00@qq.com>"`, // 发送方
4848
"to": email, // 接收方
4949
"subject": "DF", // Subject line
5050
"text": "找回密码时使用", // plain text body

0 commit comments

Comments
 (0)