summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsoruh <[email protected]>2023-02-12 18:53:55 +0100
committersoruh <[email protected]>2023-02-12 18:54:59 +0100
commitb7c4316c778568d23cdd7e3922e03cf16a3fec18 (patch)
tree713a765bec670880ed7526daa15b162d04795f69 /Cargo.toml
parent0c295d5e6e1c4e0e71c6c1d57be7430dca5bf568 (diff)
downloadvaultwarden-b7c4316c778568d23cdd7e3922e03cf16a3fec18.tar.gz
vaultwarden-b7c4316c778568d23cdd7e3922e03cf16a3fec18.zip
Add support for sendmail as a mail transport
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c83f8fed..19825465 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -114,7 +114,7 @@ webauthn-rs = "0.3.2"
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 }
+lettre = { version = "0.10.1", features = ["smtp-transport", "sendmail-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.4"