🎉 able to send email message now
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user