Possible Duplicate:
Zend_Validate::is() Static Check, get validation message work around
I need a simple check for right email address. So I use Zend_Validate::is($email, 'EmailAddress');
But it return only "false" for the gmail.com addresses. What is wrong?