Ajout d'extensions dans ValidEmail
C'est une solution sale il faudrait revoir cette fonction
This commit is contained in:
parent
76db18bf45
commit
7f14991d8b
@ -49,7 +49,7 @@ function ValidEmail($address)
|
|||||||
if (ereg( ".*<(.+)>", $address, $regs)) {
|
if (ereg( ".*<(.+)>", $address, $regs)) {
|
||||||
$address = $regs[1];
|
$address = $regs[1];
|
||||||
}
|
}
|
||||||
if (ereg( "^[^@ ]+@([a-zA-Z0-9\-]+\.)+([a-zA-Z0-9\-]{2}|net|com|gov|mil|org|edu|int)\$",$address))
|
if (ereg( "^[^@ ]+@([a-zA-Z0-9\-]+\.)+([a-zA-Z0-9\-]{2}|net|com|gov|mil|org|edu|info|name|int)\$",$address))
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user