feat: update SMTP authentication to support OAuth2 token alongside traditional password
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user