Link to home
Start Free TrialLog in
Avatar of Yogesh_Exchange_Expert
Yogesh_Exchange_ExpertFlag for India

asked on

Windows Programming

The requirement:

1) The software should be windows based
2) It should be able to identify if an email id exists (for atleast the top 10 free email domains, i can provide the domain list). So the output should give the email address and whether it exists or not.
3) It should accept email addresses in a batch mode (atleast 50 at a time). These could be fed as a text file one email address per line.
4) I am expecting 100% accuracy on the results (for the given domains).

If you want a use case.
Imagine two email addresses joe@hotmail.com & jo_23htq2_33wr@hotmail.com
Obviously, the first one exists whereas the second one does not exist. Although the domain name and syntax are accurate. The application should be able to say that first one exists and the second one does not.
 
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

So which bit can't you write code for?  Or what error message do you currently get?
Avatar of Yogesh_Exchange_Expert

ASKER

just let me know on which technology or language we can write this.
ASKER CERTIFIED SOLUTION
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial