mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
Updated SMTP Configuration (markdown)
@@ -70,6 +70,7 @@ Some general settings per port.
|
|||||||
You need to generate a App Password for Vaultwarden to work with Gmail.<br>
|
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>
|
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.
|
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
|
```ini
|
||||||
# Domains: gmail.com, googlemail.com
|
# Domains: gmail.com, googlemail.com
|
||||||
SMTP_HOST=smtp.gmail.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_USERNAME=<mail-address>
|
||||||
SMTP_PASSWORD=<less-secure-app-password>
|
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/
|
Also see: https://web.archive.org/web/20210925161633/https://webewizard.com/2019/09/17/Using-Lettre-With-Gmail/
|
||||||
|
|
||||||
### Hotmail/Outlook/Office365
|
### Hotmail/Outlook/Office365
|
||||||
|
|||||||
Reference in New Issue
Block a user