config: Add SMTP_FROM_NAME to Vaultwarden configuration

This commit is contained in:
2026-02-22 20:02:40 -05:00
parent 1d7df93a94
commit c5d557ba2d
3 changed files with 82 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ services:
# Email (Optional but recommended for invitations & 2FA)
- SMTP_HOST=${SMTP_HOST}
- SMTP_FROM=${SMTP_FROM}
- SMTP_FROM_NAME=${SMTP_FROM_NAME}
- SMTP_SECURITY=${SMTP_SECURITY:-starttls}
- SMTP_PORT=${SMTP_PORT:-587}
- SMTP_USERNAME=${SMTP_USERNAME}