Switch contact email to Resend API, remove nodemailer/SMTP

This commit is contained in:
nmemmert
2026-04-09 14:40:19 -04:00
parent 4b01d01133
commit d95ed9cd8d
4 changed files with 98 additions and 55 deletions
+2 -3
View File
@@ -14,17 +14,16 @@
},
"dependencies": {
"express": "^5.2.1",
"nodemailer": "^8.0.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.13.1",
"remark-gfm": "^4.0.1"
"remark-gfm": "^4.0.1",
"resend": "^6.10.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/node": "^24.12.0",
"@types/nodemailer": "^8.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.0",