feat: add env var to allow invalid SSL certs (#262)

* feat: add env var to allow invalid SSL certs

* Update readme
This commit is contained in:
Henry
2025-11-30 23:00:55 +00:00
committed by GitHub
parent d3c8cbd6c0
commit bb8f3de0ad
6 changed files with 52 additions and 37 deletions

View File

@@ -17,6 +17,7 @@ SMTP_USER=
SMTP_PASSWORD=
EMAIL_FROM= # e.g. "Kan <hello@mail.kan.bn>"
SMTP_SECURE= # set to "false" to use port 587
SMTP_REJECT_UNAUTHORIZED= # set to "false" to accept invalid certs
# Switch email features off entirely (optional)
NEXT_PUBLIC_DISABLE_EMAIL=