Merge pull request #368 from gralpli/issue-363
docs(transport-smtp): fix docs for `domain` field
This commit is contained in:
@@ -12,7 +12,7 @@ use std::time::Duration;
|
||||
pub struct ClientTlsParameters {
|
||||
/// A connector from `native-tls`
|
||||
pub connector: TlsConnector,
|
||||
/// The domain to send during the TLS handshake
|
||||
/// The domain name which is expected in the TLS certificate from the server
|
||||
pub domain: String,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user