Add dotenv package for environment variable management and refactor SMTP credential handling in email services. Enhance error handling for missing SMTP credentials across various API endpoints to improve reliability and maintainability.

This commit is contained in:
Torsten Schulz (local)
2025-12-18 12:19:23 +01:00
parent 1a093340ab
commit 680629e1f8
12 changed files with 492 additions and 95 deletions

1
package-lock.json generated
View File

@@ -24,6 +24,7 @@
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.11.0",
"autoprefixer": "^10.4.0",
"dotenv": "^17.2.3",
"lucide-vue-next": "^0.344.0",
"postcss": "^8.4.0",
"supertest": "^7.1.0",