mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-08 13:35:00 +00:00
Add support for sendmail as a mail transport
This commit is contained in:
parent
0c295d5e6e
commit
b7c4316c77
4 changed files with 119 additions and 47 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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue