Skip to main content

count_sent_since

pub async fn count_sent_since(
    conn: &mut PgConnection,
    since: DateTime<Utc>,
) -> ModelResult<i64>
Expand description

Mails claimed in the window, whatever course they belong to. One row is one address, which is what the send-rate caps govern.