mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 08:29:20 +00:00
validate billing_email on save
This commit is contained in:
parent
31b77bf178
commit
870f0d0932
3 changed files with 9 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ url = "2.3.1"
|
|||
# Email librariese-Base, Update crates and small change.
|
||||
lettre = { version = "0.10.1", features = ["smtp-transport", "builder", "serde", "tokio1-native-tls", "hostname", "tracing", "tokio1"], default-features = false }
|
||||
percent-encoding = "2.2.0" # URL encoding library used for URL's in the emails
|
||||
email_address = "0.2.3"
|
||||
|
||||
# Template library
|
||||
handlebars = { version = "4.3.5", features = ["dir_source"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue