Sidebar Network

django-email-confirmation Simple e-mail confirmation for Django.

The Basics

This simple app is for cases where you don’t want to require an email address to signup on your website but you do still want to ask for an email address and be able to confirm it for use in optional parts of your website.

A user can have zero or more email addresses linked to them. The user does not have to provide an email address on signup but, if they do, they are emailed with a link they must click on to confirm that the email address is theirs. A confirmation email can be resent at any time.

Project Homehttp://code.google.com/p/django-email-confirmation/
Grab the Repository – svn checkout http://django-email-confirmation.googlecode.com/svn/trunk/
 

Recent Commits

  • 34 was committed 3 weeks, 5 days ago.
    fixed issue #3
  • 33 was committed 1 month ago.
    really fixed it this time. :)
  • 32 was committed 1 month ago.
    Fixed up project to be compatible with NFA version of trunk.
  • 29 was committed 2 months ago.
    added method for getting list of users with a given (verified) email address
  • 28 was committed 2 months, 3 weeks ago.
    Use django.contrib.sites and reverse to generate the activation url in the confirmation e-mail. It is passed to the context to work best with i18n templates.
  • 27 was committed 3 months ago.
    use django-mailer if available
  • 26 was committed 3 months, 1 week ago.
    use separate EMAIL_DEBUG to determine whether to send email or print to stdout
  • 25 was committed 3 months, 2 weeks ago.
    only send email if not in DEBUG mode, otherwise print message to stdout
  • 24 was committed 3 months, 2 weeks ago.
    added notion of a primary address
  • 23 was committed 3 months, 2 weeks ago.
    added RequestionContext