This example uses the email validation UDF (user defined function) library. The library contains several other functions you can use.
<cfinclude template="/email/verify/emailLib.html"> <cfif validateEmail(form.email)> Email Address Valid <cfelse> Address verification failed. </cfif>