Re: [PHP] Re: Email Verification

2008-09-18 Thread Stut
On 18 Sep 2008, at 09:44, Colin Guthrie wrote: Per Jessen wrote: Lupus Michaelis wrote: Richard Heyes a écrit : New domain name extensions can be accounted for easily, eg: \.(?:[a-z]){2,4} It excludes .museum tld. Don't make assumptions about which TLDs that are or are not allowed - the

Re: [PHP] Re: Email Verification

2008-09-17 Thread Ashley Sheridan
On Wed, 2008-09-17 at 09:59 -0400, Al wrote: > > Tom Chubb wrote: > > Can anyone offer advice on best practices for email address verification? > > Obviously for user registration it's common to click a link in your email to > > complete the process thereby verifying the email, but if you want to

Re: [PHP] Re: Email Verification

2002-02-24 Thread Steven Walker
Michael, Thanks for your help! Your advice entirely makes sense. Perhaps a good way to use email verification is to alert the user that the address could not be verified, but if they insist, they can still submit it. This probably falls under the 90/10 rule... I'll spend 90% of my time trying