hi everyone.
When I run the validation without using proxy, it returns correct results.
When I run the validation with valid proxy configuration, it doesn't return correct results.
When I use the same proxy with reacher open source email script, it works just fine.
So not sure what is the problem? This code not compatible with SMTP proxy?
proxyURI := fmt.Sprintf("socks5://%s:%s@%s:%s?timeout=%ds",
encodedUser, encodedPassword, proxyHost, proxyPort, proxyTimeout)
verifier = verifier.Proxy(proxyURI)
hi everyone.
When I run the validation without using proxy, it returns correct results.
When I run the validation with valid proxy configuration, it doesn't return correct results.
When I use the same proxy with reacher open source email script, it works just fine.
So not sure what is the problem? This code not compatible with SMTP proxy?