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