My site is verified, and new users receive an email with username, password, and verification code.
I'm trying to add users programmatically, and I'm using UserController.CreateUser to do this. When I do, the user is created, but no email is sent.
What do I need to do to send the email?