Jump to content

Email validation...please please help.


healy787

Recommended Posts

Hi people,

 

I have a client who is receiving numerous random emails through an online contact form. The email addresses are non existent and the content is jargon. I validate via javascript. I need a way to validate the email address...DNS validation???? The example email addresses they are receiving are [email protected], the content is much the same. I am using standard CAPTCHA validation as well which i know has been broken however i believe email validation would help.

 

 

Thanks very much

 

Matt

Link to comment
https://forums.phpfreaks.com/topic/160213-email-validationplease-please-help/
Share on other sites

http://www.zend.com/code/codex.php?ozid=449&single=1 bit more complex for the noob but that code goes an interrogates the server the email box is held and asks it if it would accept an email to that address.

 

Many have catch alls so it could be that the actual email doesn't exist but it will be sent somewhere. what It WILL give you is if the response from that server says the address soesn't exists then it definitely doesn't exist.

 

come back with any questions if you need to. enjoy

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.