Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Validation of email

Reply
Thread Tools

Validation of email

 
 
Norman Khine
Guest
Posts: n/a
 
      09-12-2006
Hello,
What is the best way to generate a long authentication string and email
this so that the user can reply and verify that the email address they
have provided is authentic, similar I guess to the way Bugzilla works?

Should this be server side or client?

How would one tackle an expiry limit on this - i.e. set the string a
time limit?

Any useful links of implementations in python are most welcomed.

Cheers

Norman

 
Reply With Quote
 
 
 
 
Tim Roberts
Guest
Posts: n/a
 
      09-13-2006
Norman Khine <> wrote:
>
>What is the best way to generate a long authentication string and email
>this so that the user can reply and verify that the email address they
>have provided is authentic, similar I guess to the way Bugzilla works?
>
>Should this be server side or client?
>
>How would one tackle an expiry limit on this - i.e. set the string a
>time limit?
>
>Any useful links of implementations in python are most welcomed.


Mailman does this kind of thing when you sign on to a mailing list
(assuming the list is configured to require confirmation). Mailman is
written in Python.

http://www.gnu.org/software/mailman/index.html
--
- Tim Roberts,
Providenza & Boekelheide, Inc.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying a Validation Error in a Validation Summary Control Lucas Tam ASP .Net 2 02-26-2004 07:49 PM
ASP.NET Web Forms Validation Controls are Server-Side or Client-Side Validation? Matt ASP .Net 14 01-30-2004 09:15 AM
Web form validation vs object validation Colin Basterfield ASP .Net 1 11-29-2003 12:10 AM
validation summary doesnt display when there's client-side validation Libs ASP .Net 0 06-25-2003 03:05 PM
Re: only custom validation control does server side validation? Colin Mackay ASP .Net 0 06-25-2003 07:54 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57