> Does anyone know of a tag that can be used to verify that an email address
> is valid?

Chris Evans of Fuseware.com posted this answer way back in the beginning of
April.  Its not in custom tag format, but it could easily be made into one
if you want.

<CFSET IsEmail =
REFind("^([[:alnum:]][-a-zA-Z0-9_%\.]*)?[[:alnum:]]@[[:alnum:]][-a-zA-Z0-9%\
.]*.[[:alpha:]]{2,}$", email)>

Regards,
Seth Petry-Johnson
Argo Enterprise and Associates

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to