fix: use nodemailer to compose email (#166)

This commit is contained in:
KM Koushik
2025-05-29 21:19:56 +10:00
committed by GitHub
parent 15e5327024
commit ae215abf1a
3 changed files with 62 additions and 49 deletions

View File

@@ -48,6 +48,7 @@
"nanoid": "^5.1.5",
"next": "^15.3.1",
"next-auth": "^4.24.11",
"nodemailer": "^7.0.3",
"pnpm": "^10.9.0",
"prisma": "^6.6.0",
"query-string": "^9.1.1",
@@ -70,6 +71,7 @@
"@types/html-to-text": "^9.0.4",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.15.2",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/ua-parser-js": "^0.7.39",