server side email verifier



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.

nothing beats just sending an email to it.
 
right, just need to verify if the email exists....
doesn't have to be perfect but at least it can help me weed out some fake emails...