My Account   Contact Us    
  
» HomeProductsSupportDeveloper CommunityCompany

Validate an Email address in ColdFusion
Code Example:

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>





Email Verifier for ColdFusion has been tested on BlueDragon. CFDEV is a New Atlanta TrueBlue partner
Sign up for our newsletter: | Subscribe with RSS: RSS
© ActivSoftware 1999 to 2005 | Privacy Statement