实现:腾讯云的短信发送。尚未测试。

This commit is contained in:
Luk Lu
2022-03-27 16:37:36 +08:00
parent d2e148d6e9
commit dbd8d2438b
3 changed files with 48 additions and 12 deletions

View File

@@ -5,7 +5,8 @@
"private": true,
"dependencies": {
"@alicloud/sms-sdk": "^1.1.3",
"nodemailer": "^4.4.1"
"nodemailer": "^4.4.1",
"tencentcloud-sdk-nodejs": "^4.0.315"
},
"scripts": {
"setup": "npm install"