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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user