mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-11-30 03:18:30 +00:00
SMTP integration, send password hint by email.
This commit is contained in:
parent
f7ffb81d9e
commit
812387e586
5 changed files with 85 additions and 13 deletions
|
|
@ -58,6 +58,10 @@ lazy_static = "1.0.1"
|
|||
num-traits = "0.2.5"
|
||||
num-derive = "0.2.2"
|
||||
|
||||
lettre = "0.8.2"
|
||||
lettre_email = "0.8.2"
|
||||
native-tls = "0.1.5"
|
||||
|
||||
[patch.crates-io]
|
||||
# Make jwt use ring 0.11, to match rocket
|
||||
jsonwebtoken = { path = "libs/jsonwebtoken" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue