From abe10dea9a56a3d26f1b7752ed87917739f9000b Mon Sep 17 00:00:00 2001 From: "amaury@reacher.email" Date: Sun, 15 Dec 2024 18:55:51 +0000 Subject: [PATCH] GITBOOK-18: Proxies page typos --- docs/self-hosting/proxies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting/proxies.md b/docs/self-hosting/proxies.md index 44b05fe66..186663d17 100644 --- a/docs/self-hosting/proxies.md +++ b/docs/self-hosting/proxies.md @@ -20,8 +20,8 @@ Once you've purchased a proxy, run the Docker command (see how in [install.md](i * `-e RCH__PROXY__PORT=`: The corresponding port. * `-e RCH__PROXY__USERNAME=`: Optional. A username to authenticate the proxy. * `-e RCH__PROXY__PASSWORD=`: Optional. The corresponding password. -* `-e RCH__HELLO_NAME`: The identifier to use during the "HELO/EHLO" step. It should match a domain name owned by the proxy. Ask your proxy about this setting. -* `-e RCH__MAIL_FROM`: 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. +* `-e RCH__HELLO_NAME=`: 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`=`: 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. {% hint style="info" %} If you're using the [commercial-license-trial.md](licensing/commercial-license-trial.md "mention"), these fields are already populated with the built-in proxy. However, you can overwrite them by passing these flags again, pointing to a proxy of your own choosing.