mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1862] Malformed sender name when using some chars in "From Name" #1086
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#1086
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 @hrvylein on GitHub (Jul 21, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1862
When configuring the "From Name" with a ":" in SMTP Email Settings, f.e. "Example: Vaultwarden". Sender mail and name change to "nobody@invalid.invalid" on the receiving end.
I don't know if this is a specific problem with my mail hoster or if there is a quirk in retrieving the from_name from config or when setting up the e-mail.
@BlackDex commented on GitHub (Jul 21, 2021):
I just tested a double colon
:and that works fine for me.It was sent using postfix and received by GMail.
@BlackDex commented on GitHub (Jul 21, 2021):
You could btw, enable
SMTP_DEBUG=trueand see what is actually being sent out.@hrvylein commented on GitHub (Jul 22, 2021):
Then nevermind I guess and there is something wrong on my end. I will test with SMTP_DEBUG when I have time and reopen if it still persists.