feat: add env var to allow invalid SSL certs

This commit is contained in:
Henry
2025-11-30 22:56:49 +00:00
parent f938723d9a
commit c6a26ee2ed
5 changed files with 15 additions and 1 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=