This is probably a silly question, but i could't figure it out. I have the following:
array('email', 'email','message'=>'The email isn´t correct'),
What would this validation validate exactly? That the input text contains '@' and a '.' ?
The validator uses a regular expression to validate the email.
For the specific expression it uses, look at the source. You can then use an online RegEx tool to quickly check if the regex matches any particular input.