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