config: Add SMTP_FROM_NAME to Vaultwarden configuration
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user