Proxies
Maintaining a good IP reputation is hard. Reacher integrates seamlessly with SOCKS5 proxies.
What is a SOCKS5 Proxy?
A SOCKS5 proxy is a flexible proxy protocol that supports various types of traffic, including SMTP. When using it for email verifications, the reputation of the proxy’s IP is what matters, not your own IP. This is crucial for maintaining deliverability and avoiding issues like blacklisting.
Choosing a reputable 3rd-party proxy will greatly improve the quality of your email verification results. For a list of recommended proxies, see Which 3rd-party proxies does Reacher recommend?
Setting up a Proxy
Once you've purchased a proxy, run the Docker command (see how in Install Reacher in 20min) and pass the following flags:
-e RCH__PROXY__HOST=<host>
: The IP or hostname of the proxy server.-e RCH__PROXY__PORT=<port>
: The corresponding port.-e RCH__PROXY__USERNAME=<username>
: Optional. A username to authenticate the proxy.-e RCH__PROXY__PASSWORD=<password>
: Optional. The corresponding password.-e RCH__HELLO_NAME=<domain>
: The identifier to use during the "HELO/EHLO" step. It should match a domain name owned by the proxy. Ask your proxy provider about this setting.-e RCH__FROM_EMAIL=<email>
: The email to use during the "MAIL FROM" step. It should be an email from the same domain as the HELLO_NAME. Ask your proxy provider about this setting.
Which 3rd-party proxies does Reacher recommend?
Last updated