We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0402a50 commit b4892c4Copy full SHA for b4892c4
app/config/Constants.ts
@@ -38,13 +38,13 @@ export const emailCfg = {
38
"secureConnection": true, // 使用 SSL
39
"port": 465, // SMTP 端口
40
"auth": {
41
- "user": "506255207@qq.com", // generated ethereal user
42
- "pass": "bmblrdabbwkebjgh", // generated ethereal password
+ "user": "00@qq.com", // generated ethereal user
+ "pass": "00", // generated ethereal password
43
},
44
};
45
export const sendMailCfg = (email: string, code: string) => {
46
return {
47
- "from": `"DF ?" <506255207@qq.com>"`, // 发送方
+ "from": `"DF ?" <00@qq.com>"`, // 发送方
48
"to": email, // 接收方
49
"subject": "DF", // Subject line
50
"text": "找回密码时使用", // plain text body
0 commit comments