mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 09:55:57 +01:00
Updated SMTP Configuration (markdown)
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
|
||||
|
Loading…
Reference in New Issue
Block a user