diff --git a/SMTP-Configuration.md b/SMTP-Configuration.md index 1479fdd..d1acb9f 100644 --- a/SMTP-Configuration.md +++ b/SMTP-Configuration.md @@ -70,6 +70,7 @@ Some general settings per port. 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
In the end you well be shown a password (with spaces in between which are not there, it is just for easy type-over), us this password. +FullSSL: ```ini # Domains: gmail.com, googlemail.com SMTP_HOST=smtp.gmail.com @@ -79,6 +80,16 @@ In the end you well be shown a password (with spaces in between which are not th SMTP_USERNAME= SMTP_PASSWORD= ``` +StartTLS: +```ini + # Domains: gmail.com, googlemail.com + SMTP_HOST=smtp.gmail.com + SMTP_PORT=587 + SMTP_SSL=true + SMTP_EXPLICIT_TLS=false + SMTP_USERNAME= + SMTP_PASSWORD= +``` Also see: https://web.archive.org/web/20210925161633/https://webewizard.com/2019/09/17/Using-Lettre-With-Gmail/ ### Hotmail/Outlook/Office365