1
0
Fork 0
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:
Daniel García 2020-07-05 01:59:15 +02:00
parent d4357eb55a
commit 596c9b8691
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
4 changed files with 28 additions and 2 deletions

View file

@ -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