From c6c2106589e9ffbfb8600d59f6610db704321d42 Mon Sep 17 00:00:00 2001 From: Finn Stutzenstein Date: Sun, 6 Mar 2022 11:42:27 +0100 Subject: [PATCH] Added HELO_NAME configuration --- SMTP-Configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SMTP-Configuration.md b/SMTP-Configuration.md index 3fc7c3b..2ee1536 100644 --- a/SMTP-Configuration.md +++ b/SMTP-Configuration.md @@ -66,6 +66,10 @@ Some general settings per port. SMTP_EXPLICIT_TLS=false ``` +### HELO Hostname + +By default the machine's hostname is used as the hostname in the HELO command. To overwrite this, you can set `HELO_NAME` in the configuration. + ### Google/Gmail You need to generate a App Password for Vaultwarden to work with Gmail.
Follow the steps here: https://support.google.com/accounts/answer/185833?hl=en&ref_topic=7189145