🎉 able to send email message now

This commit is contained in:
Song
2021-01-31 15:30:22 +08:00
parent a046b0aea9
commit 63e8bd8744
10 changed files with 125 additions and 11 deletions
+4
View File
@@ -13,6 +13,10 @@ async function initializeTokenStore() {
wechatOpenId: user.wechatOpenId,
wechatVerifyToken: user.wechatVerifyToken,
token: '',
email: user.email,
smtpServer: user.smtpServer,
smtpUser: user.smtpUser,
smtpPass: user.smtpPass,
});
}
});