diff options
author | soruh <[email protected]> | 2023-02-12 18:53:55 +0100 |
---|---|---|
committer | soruh <[email protected]> | 2023-02-12 18:54:59 +0100 |
commit | b7c4316c778568d23cdd7e3922e03cf16a3fec18 (patch) | |
tree | 713a765bec670880ed7526daa15b162d04795f69 /Cargo.toml | |
parent | 0c295d5e6e1c4e0e71c6c1d57be7430dca5bf568 (diff) | |
download | vaultwarden-b7c4316c778568d23cdd7e3922e03cf16a3fec18.tar.gz vaultwarden-b7c4316c778568d23cdd7e3922e03cf16a3fec18.zip |
Add support for sendmail as a mail transport
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |