You can add this to your Web.config or ideally user.config
<add key="NotifyAdminsOnNewUserRegistration" value="true" />
assuming your smtp is configured correctly and the users in the admins role have valid email address it will send notification of new user registration.
Hope it helps,
Joe