feat(mail): add smtp email delivery

This commit is contained in:
Schubert Ferenc 2026-07-04 00:06:20 +02:00
parent faddaa91d0
commit 3456b04ed4
25 changed files with 529 additions and 60 deletions

View file

@ -1,6 +1,6 @@
{
"name": "funktechnik-schubert-website",
"version": "0.2.2",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev -p 3010",
@ -9,7 +9,9 @@
"lint": "eslint"
},
"dependencies": {
"@types/nodemailer": "^8.0.1",
"next": "16.2.10",
"nodemailer": "^9.0.3",
"react": "19.2.3",
"react-dom": "19.2.3"
},