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