From 0ea3bfbd138ddaa888a837cbfcd04719ebd5a1f5 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Wed, 3 Feb 2021 10:17:53 +0100 Subject: [PATCH] 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94d7414..03fa370 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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