How can I create a programme that checks if email addresses are valid or not?
-
-
Answer:
The basic format would be: 1. Make sure that the string to question has an @ character. This can be performed by using the programming languages ability to search through the string for a specific character. 2. Make sure that the string in question has an (".") character in it. This can be performed by using the programming languages ability to search through the string for a specific character. 3. Make sure that after the (".") character that the extension is valid. You should be able to google all the current valid extensions for an email address. 4. If you want to make sure that the email address is active and working, design your program to send an email to the desired address and wait to see if a failed response comes back. If it does not, more than likely the address is a valid one. Hope this was helpful!
Peter J at Yahoo! Answers Visit the source
Other answers
Which language are you going to use? Chances are there are functions already built for you in that particular language. Try the link below.
Calvin K
Why couldn't you just create a disposable email address with "address guard" and send an email to yourself and BCC to the email addresses you want to confirm?
Pontiac
u will need to do lots of validation like in what format email addresses are normally. avoid certain symbols like #. it must necessarily have the dot and @. and so on. search on net
Rose
Create an application that will send a basic test email to any given email address, if it fails then it didnt send!
Grace
Related Q & A:
- How can i create a mobile application server?Best solution by Stack Overflow
- How can i create a new blog?Best solution by Yahoo! Answers
- How can I create a new font?Best solution by Yahoo! Answers
- How can I create a cute, artsy, unique facebook profile?Best solution by Quora
- How can I create a yahoo group?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.