0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 15:08:58 +02:00

Updated SMTP Configuration (markdown)

Mathijs van Veluw 2021-10-18 19:18:50 +02:00
parent 4f3af2392f
commit d34e062bc4

@ -70,6 +70,7 @@ Some general settings per port.
You need to generate a App Password for Vaultwarden to work with Gmail.<br>
Follow the steps here: https://support.google.com/accounts/answer/185833?hl=en&ref_topic=7189145 <br>
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=<mail-address>
SMTP_PASSWORD=<less-secure-app-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=<mail-address>
SMTP_PASSWORD=<less-secure-app-password>
```
Also see: https://web.archive.org/web/20210925161633/https://webewizard.com/2019/09/17/Using-Lettre-With-Gmail/
### Hotmail/Outlook/Office365