Registration verification not sending emails anymore
11 views
Skip to first unread message
Olivier Lauret
unread,
May 23, 2013, 5:54:38 PM5/23/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to satchm...@googlegroups.com
Hello all,
I don't know if one of you have already had this issue before, but the django-registration module doesn't send any verification email anymore on my website. I was wondering if any know how to debug this?
It used to work
The user gets created (not activated as expected)
The settings are set to email and have a "day to verify account" set
If I run in the "manage.py shell" the RegistrationProfile.objects.create_inactive_user(...), it is working fine (user gets created and email is sent).