mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #5441] Error loading config:SMTP_FROM '' is not a valid email address #2154
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jwcloverain on GitHub (Jan 25, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5441
Vaultwarden Support String
Unable to start vaultwarden.service
Vaultwarden Build Version
vaultwarden-1.32.7-952992c8
Deployment method
Downloaded from GitHub Actions Release Workflow
Custom deployment method
No response
Reverse Proxy
caddy 2.9.1
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Web Vault
Client Version
No response
Steps To Reproduce
update to vaultwarden-1.32.7-952992c8, not configure a mail server in .env file, get this error, Error loading config:SMTP_FROM '' is not a valid email address
Expected Result
start vaultwarden.service
Actual Result
update to vaultwarden-1.32.7-952992c8, not configure a mail server in .env file, can't start service
Logs
Screenshots or Videos
No response
Additional Context
No response
@BlackDex commented on GitHub (Jan 25, 2025):
Your config somewhere enables SMTP, if that is enabled you need to provide a valid
SMTP_FROMaddress.Check your configuration if that is set correctly.
@BlackDex commented on GitHub (Jan 25, 2025):
Fixed just right now.
Thanks for reporting!