magento_extension icon indicating copy to clipboard operation
magento_extension copied to clipboard

disabled domain validation to allow mail addresses from new TLDs

Open sprankhub opened this issue 6 years ago • 4 comments

Zend_Validate::is($email, 'EmailAddress') does not allow the usage of new TLDs like .cloud. If you try to use a mail address like [email protected], which is valid, an exception is thrown. This PR fixes this issue by disabling the domain check. The domain cannot really be checked reliably since quite many TLDs are now valid.

Related: https://stackoverflow.com/questions/25011227/magento-hostname-validation-errors

sprankhub avatar Oct 26 '17 09:10 sprankhub

Could you please merge this?

sprankhub avatar Dec 22 '17 11:12 sprankhub

Could you please merge this?

sprankhub avatar Jan 25 '18 06:01 sprankhub

Would be a great addition.

nhp avatar May 08 '18 05:05 nhp

@agrohs @rsbowers mind merging this?

sprankhub avatar Jan 14 '21 10:01 sprankhub