We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0614fc + 4f68905 commit 009854dCopy full SHA for 009854d
src/smtp/smtp_client.rs
@@ -108,7 +108,7 @@ impl SmtpClient {
108
smtp_utf8: false,
109
credentials: None,
110
connection_reuse: ConnectionReuseParameters::NoReuse,
111
- hello_name: ClientId::hostname(),
+ hello_name: ClientId::new("localhost".to_string()),
112
authentication_mechanism: None,
113
force_set_auth: false,
114
timeout: Some(Duration::new(60, 0)),
0 commit comments