cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid email - How to allow new domains (ie. .club)

Invalid email - How to allow new domains (ie. .club)

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.

3 REPLIES 3

Re: Invalid email - How to allow new domains (ie. .club)

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:

Área de trabajo 1_001.png

 

 Área de trabajo 1_002.png

 

 

 

 

 

Re: Invalid email - How to allow new domains (ie. .club)

We run Magento ver. 1.14.2.1

Re: Invalid email - How to allow new domains (ie. .club)

@juanelopezr,

 

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?