pub async fn get_send_statuses(
conn: &mut PgConnection,
email_delivery_ids: &[Uuid],
) -> ModelResult<HashMap<Uuid, EmailSendStatusReport>>pub async fn get_send_statuses(
conn: &mut PgConnection,
email_delivery_ids: &[Uuid],
) -> ModelResult<HashMap<Uuid, EmailSendStatusReport>>