pub async fn mark_as_sent(
    email_id: Uuid,
    conn: &mut PgConnection
) -> ModelResult<()>