My Account   Contact Us    
  
» HomeProductsSupportDeveloper CommunityCompany

Validate an Email address in JSP, Servlets, or other Java Applications
Code Example:

This example uses just one of the methods in the class. The library contains several other functions you can use. This example also shows JSP

<% if ( com.cfdev.mail.verify.EmailVerifier.validateEmailAddress("fake@hotmail.com") ) { %>
	Valid Email address
<% } else { %>
	Invalid Email Address
<% } %>
Sign up for our newsletter: | Subscribe with RSS: RSS
© ActivSoftware 1999 to 2005 | Privacy Statement