Yii-User Extension

I am using Yii user module.But On registering No email is sent to the registered Id.I have installed postfix on my system.But Still it’s not happening.Please help me out here.Also which controller performs this function of sending email???

Did you make sure your postfix works? The easy way to test is to make a simple php page using the php basic mail function.

If yes, you can check RegistrationController:54 and UserModule->sendMail:221