What kind of "verification" are you talking about?
A simple regex to check if its in proper format, or to the extent of actually checking for the mx records at the email server?
What kind of "verification" are you talking about?
A simple regex to check if its in proper format, or to the extent of actually checking for the mx records at the email server?
there's no such thing as a good regex to verify email addresses. The one attached to the RFC isn't even perfect tho it's as close as it'll get, assuming it's compatible w/ the regex library on your desired platform.