I would like to make my first contribution to the Django code, but these 
both are pretty easy and at least to me seem pretty obvious, so I thought 
there might be some good reason they have not yet already been done.  
Depending on the response, I would do these in different ways as well, so I 
want to check here before getting to work.

1) Adding an html_message parameter to django.core.mail.send_mail(), the 
same as mail_admins() and mail_managers() have.  Seems useful and like a 
good idea, but it's dead simple, so it also seems like it would already be 
there unless it for some reason had been decided that this is absolutely 
not going to happen.

2) Adding the ability for django.contrib.auth.views.password_reset() to 
take an optional parameter for an html email template as well as 
django.contrib.auth.forms.

PasswordResetForm.save() so that html password reset emails may be sent.  
Again, simple enough that I worry that there's a reason this isn't already done 
that I'm unaware of.
It is also somewhat dependent on #1 there in that either #1 has to be done 
first or this has to be done by using EmailMultiAlternatives directly rather 
than send_mail().

Any input on if I should proceed or if there's some reason I should not touch 
these would be greatly appreciated.  I'd love to make a contribution to Django 
and these look
like a safe, simple, and useful place to start.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to