mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-15 05:18:36 +00:00
2d1306291b
`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.