pub const DEFAULT_MARK_SENT_RETRY_DELAYS_MS: &[u64];Expand description
Default retry delays for persisting “sent” after successful delivery.
The first attempt is immediate. Later attempts provide a short best-effort window for transient database failures after SMTP has already accepted the message.