mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-04 04:28:16 +00:00
`smtp.mydomain.test` is a real domain that resolves to something and which is being connected to while running tests. Instead, use [.test](https://en.wikipedia.org/wiki/.test) which is guaranteed to never be registered on the internet, so all connections to it will fail with NXDOMAIN dns error.