Just getting back to this now. We were able to get this going on my client's client's system, but not on my client's test system. There we're getting errno 111 (https://www.pythonanywhere.com/forums/topic/54/). It would be nice to have some place to test, but we're not going to go nuts, since the client is (fairly) happy. The one remaining issue is that the reset email is not getting rendered in HTML (I send a separate post about that). Thanks again Russell for all your help!
On Thu, Oct 18, 2012 at 1:44 AM, Larry Martell <larry.mart...@gmail.com> wrote: > > Thanks for the info. I'm on vacation for 3 weeks. I'll revisit this when I > return. > > On Wednesday, October 17, 2012, Russell Keith-Magee wrote: >> >> Hi Larry, >> >> Yes - you'll need to configure the SMTP host, port and any login >> credentials. The exact settings required will depend on how you've got >> postfix configured, but the full list of settings that *may* be >> required is listed here: >> >> https://docs.djangoproject.com/en/dev/topics/email/#smtp-backend >> >> This section of the docs also shows you another option -- if, during >> testing, you don't want to send mail out on the wire, you can >> configure your server to use a different mail "backend" for sending >> mail. So, for example, you can configure all mail to be "sent" to the >> console, saving you the trouble of waiting for your mail client to >> pick up mail from a mailbox. >> >> Yours, >> Russ Magee %-) >> >> On Wed, Oct 17, 2012 at 8:28 PM, Larry Martell <larry.mart...@gmail.com> >> wrote: >> > I'm trying to set up the password reset stuff, following what I read at: >> > >> > >> > https://docs.djangoproject.com/en/dev/ref/contrib/admin/#adding-a-password-reset-feature >> > >> > When I click on the 'Reset my password' button, I get: >> > >> > SMTPServerDisconnected at /admin/password_reset/ >> > please run connect() first >> > >> > >> > I do have postfix running on the same machine that apache is running >> > on. Is there some part of the setup missing? >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups "Django users" group. >> > To post to this group, send email to django-users@googlegroups.com. >> > To unsubscribe from this group, send email to >> > django-users+unsubscr...@googlegroups.com. >> > For more options, visit this group at >> > http://groups.google.com/group/django-users?hl=en. >> > >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To post to this group, send email to django-users@googlegroups.com. >> To unsubscribe from this group, send email to >> django-users+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.