feat: Implement SMTP app connection

This commit is contained in:
Faruk AYDIN
2021-10-25 16:49:03 +02:00
committed by Ali BARIN
parent 9e3c61e3df
commit ce7130b271
6 changed files with 264 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
"http-errors": "~1.6.3",
"knex": "^0.95.11",
"morgan": "^1.10.0",
"nodemailer": "6.7.0",
"objection": "^2.2.17",
"pg": "^8.7.1",
"twitch-js": "2.0.0-beta.42",
@@ -62,6 +63,7 @@
"@types/http-errors": "^1.8.1",
"@types/morgan": "^1.9.3",
"@types/node": "^16.10.2",
"@types/nodemailer": "^6.4.4",
"@types/pg": "^8.6.1",
"ava": "^3.15.0",
"nodemon": "^2.0.13",