mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +03:00
Do not set minimal TLS version for SMTP manually
This commit is contained in:
@@ -85,7 +85,6 @@ impl Smtp {
|
||||
.danger_accept_invalid_hostnames(true)
|
||||
.danger_accept_invalid_certs(true),
|
||||
}
|
||||
.min_protocol_version(Some(DEFAULT_TLS_PROTOCOLS[0]))
|
||||
.build()
|
||||
.unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user