pub async fn seed_generic_emails( db_pool: Pool<Postgres>, seed_users_result: SeedUsersResult, ) -> Result<()>