mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +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_hostnames(true)
|
||||||
.danger_accept_invalid_certs(true),
|
.danger_accept_invalid_certs(true),
|
||||||
}
|
}
|
||||||
.min_protocol_version(Some(DEFAULT_TLS_PROTOCOLS[0]))
|
|
||||||
.build()
|
.build()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user