Re: Email authentication

2002-11-13 Thread Srimanta
Thanks Matthew, Very helpful info. Kind Regards, Srimanta - Original Message - From: "Matthew Walker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 4:24 PM Subject: RE: Email authentication > Hi Srim

RE: Email authentication

2002-11-13 Thread Matthew Walker
Hi Srimanta, We use HexValidEmail form hexillion.com for this. It's pretty easy to use although the docs are a bit confusing. Ask if you need help. Matthew Walker http://www.matthewwalker.net.nz/ > -Original Message- > From: Srimanta [mailto:mail@;designshop.co.nz] > Sent: Friday, 15 No

RE: Email authentication

2000-06-11 Thread Steve Bernard
It sounds like you pretty much know what to do already :) In pseudo code ... 1. Client submits reg. form 2. Input is validated 3. Information is stored in a temp db along with a unique ID string 4. Email is sent to client provided email address with a link to your activation page that includes th

RE: Email authentication

2000-06-07 Thread Philip Arnold - ASP
> When someone signs up on my site, I would like to be able to verify that > their Email address is valid and, at the same time, make sure they are > really the person using that address. I would like to send some sort of > confirmation E-mail with a link they have to follow to activate their > r