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

@@ -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;