if
(filter_var(
'test+email@ansoncheung'
, FILTER_VALIDATE_EMAIL)) {
echo
"Your email is ok."
;
}
else
{
"Wrong email address format."