Community Member Profile
Tom Jordahl
Member since Dec 11, 2008
- Profile: /members/1810-Tom-Jordahl.htm
- Comments: 1
- Points: 1
Recent Blog Comments By Tom Jordahl
-
ColdFusion Email Validation, IsValid(), And CFMail Errors
Posted on Sep 13, 2006 at 1:18 AM
Perhaps more information will help. The IsValid() function uses the following regular expression to determine if the email is valid: ^[a-zA-Z 0-9-'\+~]+(\.[a-zA-Z 0-9-'\+~]+)*@([a-zA-Z_0-9-]+\.)+[a-zA-Z]{2,7}$ The CFMail tag uses the Sun Java class javax.mail.internet.Inte... read more »



