The Forgotten Art of Email Address Verification
page 4 of 5
by Joshua Finer
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 20442/ 138

3. MX Domain Level Validation
This email validation is currently the highest practical level. It is not 100% foolproof, but is a marked improvement over any lower form of validation. This level guarantees that the domain name of the email address is not only registered, but also that it is a live Internet host that can actually receive email. This is generally considered as the base practical level of email validation. This level of validation can be easily implemented via a developer component. Similar to #2, you must first install the component package on the server. After referencing the DLL, you might use code such as:
	set MXValidate = Server.CreateObject("CompanyABC.Emailvalidate")
	emailaddress = Request.Form("emailaddress")
	MXValidate.serveraddresses = "XXX.XXX.XXX.XXX","XXX.XXX.XXX.XXX" '(backup DNS)
	MXValidate.ValidateIt(emailaddress,resultcode)
	If resultcode = False Then
		Response.Redirect("badaddress.html")
	Else
		<continue form processing>
	End If

View Entire Article

Article Feedback

Title:  
Name:  
Url: ( Optional )
Comment:  
Please add 7 and 6 and type the answer here:

User Comments

Title: Great & Help Full   
Name: Atul Khandelwal
Date: 3/28/2007 3:09:57 AM
Comment:
This is surely a good article but you could have atleast explained the last header width a snippet
this articla is really good and help full
Title: great   
Name: Manmeet
Date: 8/4/2006 7:40:50 PM
Comment:
The article is really very good
Title: Good   
Name: Gaurav
Date: 6/10/2006 2:36:39 AM
Comment:
This is surely a good article but you could have atleast explained the last header width a snippet
Title: thanks for the info!!   
Name: BH
Date: 5/7/2006 11:00:55 AM
Comment:
thanks!
Title: Intelligent Web Search   
Name: Po
Date: 7/14/2005 1:59:25 AM
Comment:
ddd

Product Spotlight
Product Spotlight 
Learn More
.NET Tools
asp.net shopping cart
asp.net chart control






Ads Powered by Lake Quincy Media
Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2008 ASPAlliance.com  |  Page Processed at 7/4/2008 10:32:10 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search