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.
1 parent f0614fc commit 4f68905Copy full SHA for 4f68905
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