mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
Fix a comment typo
This commit is contained in:
@@ -343,7 +343,7 @@ pub(crate) async fn send_msg_to_smtp(
|
|||||||
return Err(err);
|
return Err(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Increse retry count as soon as we have an SMTP connection. This ensures that the message is
|
// Increase retry count as soon as we have an SMTP connection. This ensures that the message is
|
||||||
// eventually removed from the queue by exceeding retry limit even in case of an error that
|
// eventually removed from the queue by exceeding retry limit even in case of an error that
|
||||||
// keeps happening early in the message sending code, e.g. failure to read the message from the
|
// keeps happening early in the message sending code, e.g. failure to read the message from the
|
||||||
// database.
|
// database.
|
||||||
|
|||||||
Reference in New Issue
Block a user