feat(api): email service (#50637)

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2023-08-05 03:57:59 +02:00
committed by GitHub
parent d206d568a4
commit f3da82518a
9 changed files with 877 additions and 32 deletions
+3
View File
@@ -4,6 +4,7 @@
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.347.1",
"@fastify/cookie": "^8.3.0",
"@fastify/csrf-protection": "6.3.0",
"@fastify/middie": "8.3",
@@ -24,6 +25,7 @@
"mongodb": "^4.16.0",
"nanoid": "3",
"nodemon": "2.0.22",
"nodemailer": "^6.9.3",
"query-string": "^7.1.3"
},
"description": "The freeCodeCamp.org open-source codebase and curriculum",
@@ -32,6 +34,7 @@
"@types/bad-words": "^3.0.1",
"@types/express-session": "1.17.7",
"@types/jsonwebtoken": "^9.0.2",
"@types/nodemailer": "^6.4.8",
"@types/supertest": "2.0.12",
"dotenv-cli": "7.2.1",
"jest": "29.6.2",