From c10fde59aba663b88039388cffcf3c3849317700 Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Sun, 5 Jan 2025 09:29:07 +0100 Subject: [PATCH] Revert d924ca8ca4eb2de00c7dcf683f27b33ff2761d86...60b7e47ebb64eb2ce5bfb78d64eb0aaf1c9c4a6e on SMTP Configuration --- SMTP-Configuration.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/SMTP-Configuration.md b/SMTP-Configuration.md index af044c1..ffa6354 100644 --- a/SMTP-Configuration.md +++ b/SMTP-Configuration.md @@ -72,7 +72,7 @@ By default the machine's hostname is used as the hostname in the HELO command. T ### 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
+Follow the steps here: https://support.google.com/accounts/answer/185833?hl=en&ref_topic=7189145 (unavailable since 5/30/2022)
In the end you well be shown a password (with spaces in between which are not there, it is just for easy type-over), use this password.
> [!NOTE] @@ -85,12 +85,18 @@ FullSSL: SMTP_HOST=smtp.gmail.com SMTP_PORT=465 SMTP_SECURITY=force_tls - SMTP_FROM= - SMTP_USERNAME= + SMTP_USERNAME= + SMTP_PASSWORD= +``` +StartTLS: +```ini + # Domains: gmail.com, googlemail.com + SMTP_HOST=smtp.gmail.com + SMTP_PORT=587 + SMTP_SECURITY=starttls + SMTP_USERNAME= SMTP_PASSWORD= ``` -StartTLS: change the `SMTP_PORT` to `587` and the `SMTP_SECURITY` to `starttls` - Also see: https://web.archive.org/web/20210925161633/https://webewizard.com/2019/09/17/Using-Lettre-With-Gmail/ ### Hotmail/Outlook/Office365