How do I send email with django-registration?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
django-registration sends an email to the user, e.g. when he or she registers. The process is as follows (if this was your question …)*:
The user has filled out and submitted the registration form …
in
views.py:187in e.g.
backends/default/__init__.py:78in
models.py:79and then in
models.py:207The last method call goes into
django.contrib.auth, especiallydjango.contrib.auth.models.User.email_userP.S. Also, it’s crude, but in general a search on the codebase, e.g. with
grepor similar tools can show you things like this.*changeset 073835a4269f