pub async fn get_send_status_reports(
conn: &mut PgConnection,
ids: &[Uuid],
) -> ModelResult<HashMap<Uuid, EmailSendStatusReport>>Expand description
What we can honestly say about each linking mail. A slot with no delivery yet is queued:
anything else would claim a send attempt that never happened.