Vaultwarden SMTP fix
This commit is contained in:
parent
12559911d9
commit
7c01db9d5a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
SIGNUPS_VERIFY_RESEND_LIMIT = 5;
|
||||
SMTP_HOST = "smtp.gmail.com";
|
||||
SMTP_FROM_NAME = "Vaultwarden";
|
||||
SMTP_SECURITY = "force_tls";
|
||||
SMTP_SECURITY = "starttls";
|
||||
SMTP_PORT = 587;
|
||||
SMTP_AUTH_MECHANISM = "Login";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue