![]() |
|
|
a) Ignore the problem and send membership emails anyway. This results in many bounced emails that waste bandwidth both to (when sent) and from (when returned) the Internet.
b) Hire temps to painstakingly pick out individual bad email addresses. This is a costly and time-consuming endeavor. Additionally, this is a reactive, not proactive, solution. What you should be thinking at this point is "Why not stop the bad email address before it gets into your database?"
As you might guess, there are different approaches to validating email addresses on web site forms. Generally, there is an inverse relationship between ease of implementation and quality of validation. However, with the recent popularity of developer components, these types of solutions can typically be "snapped in" with little learning curve. form
VMailCom is an ActiveX component that implements an interface for advanced email address authentication and validation . Writing only a few lines of code to your project adds advanced email authentication with DNS , SMTP , EXPN , VRFY and syntax tests. VMailCom takes advantage of asynchronic sockets to achieve maximum performance and responsivness in critical mission contexts. VMailCom is provided as a COM Object developed for ASP (Active Server Pages) , and in Web hosts running Microsoft Transaction Servers (MTS), Microsoft Internet Information Server ( IIS) and as an Active X (OCX) component for applications developed in Visual languajes, ie: Visual Basic, Visual C++, Delphi ,etc. Webmasters can include the component in any ASP pages to perform realtime email address authentication. The installation includeds sample code ,complete documentation , a COM object(an in-process server) and and ActiveX control(OCX).





Reviews & Questions
