More verbose SMTP connect error to see what is going on at #1556

This commit is contained in:
Hocuri
2020-06-10 22:09:21 +02:00
committed by holger krekel
parent 91f46b1291
commit 69e01862b7

View File

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