Cannot send admin mail verification

Hi there.

I’ve just configured bitwarden self-hosted.
when I wanna login my admin account I enter email address and then it redirects me to the login page but I see only blank page.
So I return to /admin page it says “535: 5.7.3 Authentication unsuccessful”

Here is my global override env

globalSettings__mail__replyToEmail=myuser@my domain com
globalSettings__mail__smtp__host=mail my domain com
globalSettings__mail__smtp__port=587
globalSettings__mail__smtp__ssl=false
globalSettings__mail__smtp__username=myuser@my domain com
globalSettings__mail__smtp__password=“m!y@p#a$s%s^w/ord”
adminSettings__admins=myuser@my domain com
globalSettings__mail__smtp__trustServer=true

I use my email on-premise exchange server.
And I tested my exchange and smtp everything is ok and works.

my domain: my.domain.com (like this format)
my mail server’s name: mail my domain com
I use tls not ssl and tested all of the ports, including 25, 465, 587.

Thanks in advance.