feat: make SMTP auth optional and add SMTP_SECURE config (#92)

* feat: add SMTP_SECURE option to email config

* feat: allow unauthenticated SMTP servers
This commit is contained in:
Henry
2025-06-19 22:58:13 +01:00
committed by GitHub
parent e7383ec670
commit 500fe8af95
6 changed files with 41 additions and 42 deletions

View File

@@ -91,6 +91,7 @@
"SMTP_PORT",
"SMTP_USER",
"SMTP_PASSWORD",
"SMTP_SECURE",
"NEXT_PUBLIC_KAN_ENV",
"STRIPE_SECRET_KEY",
"STRIPE_WEBHOOK_SECRET",