email codeigniter form_validation

$this->form_validation->set_rules('email', 'Email', 'trim|required|valid_email');
the_sameh