Jump to content

email address validation (ping)


bobvaz

Recommended Posts

I have a form validation program on both the client side and server side which performs a syntactic check on the email address (and other fields on a form).  Through all my googling, I cannot find a way to actually check if the email address (after verifying it syntactically) is correct.  Can anyone tell me what is available for me to actually send the address to the site and check if it is 'real'?

Thanks in advance.

Bob

Link to comment
Share on other sites

That will only check to see if the domain exists, not the email itself.

 

Is this something a user will register for?  If so, use confirmation emails.

 

Correct. If the ultimate goal is to see if the actual email account exists, unfortunately that is not possible without using an email account from the server for returned emails and parsing them etc then updating the database if it bounced. Or do the confirmation email, but as personal experience, especially aol hotmail and yahoo tend to filter emails from my server as spam if they are not added to the trusted list so the user never sees those emails. So the confirmation emails has to be overriden to verify the user in this case cause they may never see the email.

 

Hope that helps either way, at least it is one step closer to being a valid email address.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.