473,414 Members | 1,609 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

verify email availability

I have to write a program to verify email address availability. i have to
verify thousand of email address. is there any way to verify the email in
..net instead. the requirement is to verify which email valid or invalid
Mar 2 '07 #1
3 1801
On Mar 2, 8:30 am, "Grey" <k...@jk.comwrote:
I have to write a program to verify email address availability. i have to
verify thousand of email address. is there any way to verify the email in
.net instead. the requirement is to verify which email valid or invalid
Why? Are you trying to verify email addresses before you add them to
your spam list?

Thanks,

Seth Rowe

Mar 2 '07 #2
On 2 Mar, 13:34, "rowe_newsgroups" <rowe_em...@yahoo.comwrote:
On Mar 2, 8:30 am, "Grey" <k...@jk.comwrote:
I have to write a program to verify email address availability. i have to
verify thousand of email address. is there any way to verify the email in
.net instead. the requirement is to verify which email valid or invalid

Why? Are you trying to verify email addresses before you add them to
your spam list?

Thanks,

Seth Rowe
There's a free webservice available at the following address:
http://www.webservicex.net/WCF/Servi...ls.aspx?SID=22

Pass in an e-mail address and it will tell you if its valid or not.
Not sure what it actually does, but it certainly does more than just
check for the existence of the (at) symbol etc.

Mar 2 '07 #3
"Grey" <kj@jk.comwrote in news:ui**************@TK2MSFTNGP02.phx.gbl:
I have to write a program to verify email address availability. i have
to verify thousand of email address. is there any way to verify the
email in .net instead. the requirement is to verify which email valid
or invalid
You need to run through a couple stages:

1. Check for the e-mail format. This can be done with regular expressions
2. Check for the existence of the domain - this can be done with DNS look
ups
3. Send an e-mail to the domain to see if the servers are valid
4. Finally, have a user click on a return like to verify ownership of the
e-mail address.

So basically depending on your needs, you may use some or all of the
methods above.

There are also commercial components which have encapsulated the above
checks.
Mar 2 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: vishal | last post by:
how can i verify the email address entered by client??? is there any readily available function for that in php or mysql????? else suggest me some links for verifying email address enetered...
9
by: Dan Williams | last post by:
Can anyone tell me how to go about creating my own custom ASP page that can show several different peoples availability from their Outlook/Exchange 2000 calendars? I don't want to have to ask...
5
by: Dan Williams | last post by:
Apologies for the cross-post but i thought i'd aim for the largest audience possible. I have a web site that users have to register to with their email address. The site then emails the user...
4
by: Jeremy | last post by:
How can I prove uptime (or quantify downtime) on an ASP.NET 1.1 Web application (running on an IIS6 Windows Server Standard server)? What's going on here is that I'm considering the feasability...
2
by: Wayne Wengert | last post by:
I want to write a Windows application to go through all the email addresses in an SQL Server table and to report which ones are invalid. From Googling and perusing NGs it is my understanding that...
2
by: igotyourdotnet | last post by:
I'm doing some error handling in my app, and I want to add something for the db connectiion. Is there a way to check to verify the db is up and running before I do anything with my app? example:...
1
by: Grey | last post by:
I have to write a program to verify email address availability. i have to verify thousand of email address. is there any way to verify the email in ..net instead. the requirement is to verify which...
7
by: =?Utf-8?B?Tmlrb2xheSBQb2Rrb2x6aW4=?= | last post by:
Good afternoon, community! How you help me? I need to know, how could I verify e-mail address? I don't mean ( for example: test@test.com it is valid or not) I wanna know is that real world...
1
by: rcamarda | last post by:
I have a database backup that our vendor proformed. I dont know if they verified the backup, nor do I have the disk space to create a new backup with verify or retore the current backup. Is...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.