implement smtp

This commit is contained in:
LouisLam
2021-07-10 01:08:08 +08:00
parent 0ad04d1468
commit 072e86542a
4 changed files with 73 additions and 4 deletions

5
package-lock.json generated
View File

@@ -2261,6 +2261,11 @@
}
}
},
"nodemailer": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.6.2.tgz",
"integrity": "sha512-YSzu7TLbI+bsjCis/TZlAXBoM4y93HhlIgo0P5oiA2ua9Z4k+E2Fod//ybIzdJxOlXGRcHIh/WaeCBehvxZb/Q=="
},
"nopt": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",