How do I register user without being authenticated

You could use the wp_insert_user function to create the new user. And then with the wp_new_user_notification function you could send the notification.