RE: cfmail validation

2009-05-12 Thread Will Swain
isValid(email, emailaddr) will tell you if it's a correctly formed email address, but not if it actually exists. This udf will check that a mailbox exists. Haven't tried it myself yet: http://cflib.org/udf/verifyEmail -Original Message- From: alex poyaoan [mailto:ap.cli...@tiscali.it]

Re: cfmail validation

2009-05-12 Thread alex poyaoan
thanks will try this out... isValid(email, emailaddr) will tell you if it's a correctly formed email address, but not if it actually exists. This udf will check that a mailbox exists. Haven't tried it myself yet: http://cflib.org/udf/verifyEmail HI everybody am using cfmail with the code