Kod:
if(preg_match("/[A-Za-z0-9_.-][email protected]([A-Za-z0-9_]+.][A-Za-z]/i", $email)) return true; else return false;