mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
More verbose SMTP connect error to see what is going on at #1556
This commit is contained in:
@@ -180,7 +180,7 @@ impl Smtp {
|
|||||||
.stock_string_repl_str2(
|
.stock_string_repl_str2(
|
||||||
StockMessage::ServerResponse,
|
StockMessage::ServerResponse,
|
||||||
format!("SMTP {}:{}", domain, port),
|
format!("SMTP {}:{}", domain, port),
|
||||||
err.to_string(),
|
format!("{}, ({:?})", err.to_string(), err),
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user