I've got a Magento site running and need to enter new customers that use the new .club domain. When you enter a .club in the Email field, you cannot save them as it error's with invalid email address.
Hi @juanelopezr,
Which version of Magento are you using?
I've tried with 1.9.3.1 and is possible to register a customer with a .club domain:
We run Magento ver. 1.14.2.1
I understand that the email is validated by Zend_Validate_EmailAddress and, internally, Zend_Validate_Hostname validates the hostname part of the email.
The club tlds is present on that version too.
Have you some custom validation or some override for Mage_Customer module?