mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
fix "retry" wording, it isn't but a try :)
This commit is contained in:
@@ -420,7 +420,7 @@ pub(crate) async fn send_msg_to_smtp(
|
|||||||
}
|
}
|
||||||
info!(
|
info!(
|
||||||
context,
|
context,
|
||||||
"Retry number {} to send message {} over SMTP", retries, msg_id
|
"Try number {} to send message {} over SMTP", retries, msg_id
|
||||||
);
|
);
|
||||||
|
|
||||||
let recipients_list = recipients
|
let recipients_list = recipients
|
||||||
|
|||||||
Reference in New Issue
Block a user