Hi folks As part of the signup process, amember does some validation checks on the email address. However, the validation is not working for the new .travel domain names. I guess I need to change something in some file somewhere to allow email addresses to finish in a 6 letter extension. Anybody's got any ideas? Thanks
Got an answer from aMember support: You can edit /amember/common.inc.php file, replace^ if (!preg_match('/\.([a-zA-Z]{2,5})$/',$email) ) to: if (!preg_match('/\.([a-zA-Z]{2,6})$/',$email) )
wwwizzard, thank you for posting the answer here.. a lot of times answers get lost in the vapor and the same question is asked again and again. Thanks for sharing.