mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +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!(
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user