mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Malformed sender name when using some chars in "From Name" #1083
Reference in New Issue
Block a user
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 22, 2021).
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 22, 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 22, 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.