Remove file and sendmail transport by default (#537)

We can consider the smtp transport as the main
use-case. Let's keep TLS through native-tls
and connection pooling for fast ans secure
defaut feature set.
This commit is contained in:
Alexis Mousset
2021-02-03 10:17:53 +01:00
committed by GitHub
parent a0980d017b
commit 0ea3bfbd13

View File

@@ -80,7 +80,7 @@ harness = false
name = "transport_smtp"
[features]
default = ["file-transport", "file-transport-envelope", "smtp-transport", "native-tls", "hostname", "r2d2", "sendmail-transport", "builder"]
default = ["smtp-transport", "native-tls", "hostname", "r2d2", "builder"]
builder = ["mime", "base64", "hyperx", "rand", "quoted_printable"]
# transports