Author | Topic: Validate Email | |
---|---|---|
Jose Adriano Baltieri | Validate Email on Mon, 29 Aug 2011 14:54:57 -0300 Hello ! I'd like usenet simply to test or validate if a given email is correct. Because I let the user type on a GET field the client email. And then I'll store it on the database. Don't wanna let wrong data enter into the DBF. I've seen that I can test sending an email. But don't wanna do that. Just wanna check the email field. Notice I'm not talking about syntax of the email. More than that I need to validate if user exists on the destination server and of course if this server also exists. Thanks ! | |
James Loughner | Re: Validate Email on Mon, 29 Aug 2011 15:53:39 -0400 You have to ping it somehow to see if the server is up and exists. As to the email address AFAIK you have to send an email. Jim On 08/29/2011 01:54 PM, Jose Adriano Baltieri wrote: > Hello ! > > I'd like usenet simply to test or validate if a given email is correct. > > Because I let the user type on a GET field the client email. And then > I'll store it on the database. Don't wanna let wrong data enter into the > DBF. > > I've seen that I can test sending an email. But don't wanna do that. > > Just wanna check the email field. > > Notice I'm not talking about syntax of the email. More than that I need > to validate if user exists on the destination server and of course if > this server also exists. > > Thanks ! |