Thanks for the reply, Andréas, but I just found this in the docs, which I had missed before:
https://docs.djangoproject.com/en/2.1/ref/settings/#std:setting-DEFAULT_FROM_EMAIL On Fri, Dec 14, 2018 at 3:51 PM Andréas Kühne <[email protected]> wrote: > > Hi, > > Check the views for password reset in the django.contrib.auth package. You > can add the form_email by creating a class that inherits the > PasswordResetView and sets the from_email property on that view. > > Regards, > > Andréas > > > Den fre 14 dec. 2018 kl 19:02 skrev Larry Martell <[email protected]>: >> >> Is there a way to set the from address used in the password reset email? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACwCsY4O1X-oubo5v5t%2B6QDWxEduGaxhWUbgyirRiOrMao9z4A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

