mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +03:00
Fix #1687
This commit is contained in:
@@ -558,7 +558,7 @@ async fn try_smtp_connections(
|
|||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
if was_autoconfig {
|
if was_autoconfig {
|
||||||
return Ok(());
|
bail!("No SMTP connection");
|
||||||
}
|
}
|
||||||
progress!(context, 850);
|
progress!(context, 850);
|
||||||
|
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ impl Smtp {
|
|||||||
.stock_string_repl_str2(
|
.stock_string_repl_str2(
|
||||||
StockMessage::ServerResponse,
|
StockMessage::ServerResponse,
|
||||||
format!("SMTP {}:{}", domain, port),
|
format!("SMTP {}:{}", domain, port),
|
||||||
format!("{}, ({:?})", err.to_string(), err),
|
err.to_string(),
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user