If I try to sign up for a new account on my Magento CE 1.9.1.0 test store it rejects my e-mail address...
eg steve@mydomain.wales
or steve@mydomain.cymru
These are fairly new UK TLDs so not unexpected that the check fails with this error...
"Email" is not a valid hostname.
'mydomain.wales' appears to be a DNS hostname but cannot match TLD against known list
'mydomain.wales' appears to be a local network name but local network names are not allowed
I want to find out exactly where the Magento keeps its 'known list'. Can anybody point me in the right direction to find the code?
The list of TLD names is contained within lib/Zend/Validate/Hostname.php
Fixed thanks to this post on another forum...
http://magento.stackexchange.com/a/54613
I had the same error but i solved, i had a syntax problem about the code
--admin-email="<name@server.com>"
you should put the command like this --admin-email="name@server.com"