Re: Password reset from address

2018-12-17 Thread Andréas Kühne
Hi, Yes - but that sets the from email on ALL emails that don't specifically define any other - if that's what you are after - that would work :-) Regards, Andréas Den mån 17 dec. 2018 kl 16:28 skrev Larry Martell : > Thanks for the reply, Andréas, but I just found this in the docs, > which I

Re: Password reset from address

2018-12-17 Thread Larry Martell
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 wrote: > > Hi, > > Check the views for password reset in the django.contri

Re: Password reset from address

2018-12-15 Thread malisutnau
Thankyou sir Sent from my Mi phoneOn Andréas Kühne , Dec 15, 2018 3:21 AM 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é

Re: Password reset from address

2018-12-14 Thread Andréas Kühne
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 : > Is there a way to

Password reset from address

2018-12-14 Thread Larry Martell
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 django-users+unsubscr...@googlegroups.co