PDA

View Full Version : Email issue - 1.1 Pro


Sai_dallas
05-10-2006, 03:29 PM
The following is the email address of a contact.

kXpaXer@ix.netcom.com

esyndicat is giving erro saying this is not a vaild email adress.

Is there a fix for this?


Does 1.2 fixed this issue?

Thanks
Sai

Sergey Ten
05-11-2006, 03:42 PM
Hi, Sai_dallas

Please follow this directives:

*** Open your admin/util.php file and find 562 line ***

return preg_match('/^[a-z0-9\-_\.]+@[a-z0-9\-_]+(\.[a-z0-9]{2,6})+$/i', $aEmail);

*** To change ***

return preg_match('/[a-z0-9._%-]+@[a-z0-9.-]+\.[a-z]{2,4}/', $aEmail);

*** Save change ***