feat: update SMTP authentication to support OAuth2 token alongside traditional password

This commit is contained in:
Daniel Volz
2025-12-25 13:29:27 +01:00
parent aa87a65d31
commit 09bd7dc34a
5 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ REFRESH_TOKEN_TTL_DAYS=14
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=
SMTP_PASS= # Traditional password auth
SMTP_TOKEN= # OAuth2/App token auth (takes precedence over SMTP_PASS)
SMTP_FROM=
SMTP_SECURE=false