This commit is contained in:
Hocuri
2020-07-11 17:38:48 +02:00
parent 9f7567c1d1
commit b50410ab15
2 changed files with 2 additions and 2 deletions

View File

@@ -558,7 +558,7 @@ async fn try_smtp_connections(
return Ok(());
}
if was_autoconfig {
return Ok(());
bail!("No SMTP connection");
}
progress!(context, 850);

View File

@@ -181,7 +181,7 @@ impl Smtp {
.stock_string_repl_str2(
StockMessage::ServerResponse,
format!("SMTP {}:{}", domain, port),
format!("{}, ({:?})", err.to_string(), err),
err.to_string(),
)
.await;