Hello, i want to check if an e-mail address is valid and exist.
I mean not using regex. I need a valitadion by using mx.
for example how to check blablabla[at]gmail.com exists on gmail.com
it would be better using CMD (win)
Hello, i want to check if an e-mail address is valid and exist.
I mean not using regex. I need a valitadion by using mx.
for example how to check blablabla[at]gmail.com exists on gmail.com
it would be better using CMD (win)
The only reliable way is send a message to the account and require the recipient to do something (e.g. click a unique link in the email).
Send an email to target email-id and call it invalid if the email bounces back. That's the only way to test authenticity of an email-id.
You should take a a look at our email validation web-service. The main features are that it:
•checks that the email domain exists and can accept messages
•suggests corrections for misspelt domain names
•suggests corrections for misspelt user names
•identifies email addresses as personal, generic, free etc
http://www.data-8.co.uk/integr8/services/email_validation.aspx
Cheers,
Jez