mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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(
|
||||
StockMessage::ServerResponse,
|
||||
format!("SMTP {}:{}", domain, port),
|
||||
err.to_string(),
|
||||
format!("{}, ({:?})", err.to_string(), err),
|
||||
)
|
||||
.await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user