There is a setting in Web.config to notify admins on new user registration. But, it does not prevent the account from being active.
What you can do is create role for "Members" and protect your pages with this role so new users will not be able to see the content until the admin adds the user to the members role. When you get the notification email you can decide whether to add the user to the role.
Hope it helps,
Joe