Switch contact form to self-hosted SMTP via nodemailer, remove formsubmit.co

This commit is contained in:
nmemmert
2026-04-09 14:38:28 -04:00
parent e93840c25f
commit 4b01d01133
6 changed files with 194 additions and 20 deletions
+2
View File
@@ -14,6 +14,7 @@
},
"dependencies": {
"express": "^5.2.1",
"nodemailer": "^8.0.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
@@ -23,6 +24,7 @@
"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",