I just installed bitwarden on-prem using the instructions https://help.bitwarden.com/article/install-on-premise/ when i login as a user and try to send a verification email i see the check your inbox notification but I never get any email. I’ve already restart the server after i made the modifications to the file below.
My current setup inside ./bwdata/env/global.override.env
[email protected]
globalSettings__mail__smtp__host=ip address of internal mail relay
globalSettings__mail__smtp__username=
globalSettings__mail__smtp__password=
globalSettings__mail__smtp__ssl=false
globalSettings__mail__smtp__port=25
globalSettings__mail__smtp__useDefaultCredentials=false
What else can I do to get this to work?