Hi, I have self-hosted Bitwarden. When email is sent to the user, the display name of the email appears as “Bitwarden”, where do I go to change this to something else ?
I know this is an old topic, but it may still be relevant to some users.
I dug into the source code and found an undocumented setting which does allow changing the E-mail “From” display name.
In file: env/global.override.env, add line
globalSettings__siteName=Your Company Bitwarden
(replace “Your Company Bitwarden” with anything you want)
Not sure why this setting is hidden or what else it is used for.