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("[email protected]") ) { %> Valid Email address <% } else { %> Invalid Email Address <% } %>