mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-14 00:04:59 +00:00
Add option to set name during HELO in email settings
This commit is contained in:
parent
d4357eb55a
commit
596c9b8691
4 changed files with 28 additions and 2 deletions
|
@ -92,7 +92,7 @@ num-traits = "0.2.12"
|
|||
num-derive = "0.3.0"
|
||||
|
||||
# Email libraries
|
||||
lettre = { version = "0.10.0-alpha.1", features = ["smtp-transport", "builder", "serde", "native-tls"], default-features = false }
|
||||
lettre = { version = "0.10.0-alpha.1", features = ["smtp-transport", "builder", "serde", "native-tls", "hostname"], default-features = false }
|
||||
native-tls = "0.2.4"
|
||||
|
||||
# Template library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue