#12684: Have callback for email creation in generic views sending emails
---------------------------+------------------------------------------------
 Reporter:  zigarn         |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Uncategorized  |     Version:  1.1       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 I'd like to use [http://docs.djangoproject.com/en/dev/topics/email
 /#sending-alternative-content-types EmailMultiAlternatives] mails for my
 mails to have multipart with text & HTML (for nice looking mails but with
 simple text support).
 But with generic views (and forms) like
 
[http://docs.djangoproject.com/en/dev/topics/auth/#django.contrib.auth.views.password_reset
 django.contrib.auth.views.password_reset], I can only give an
 email_template_name.

 It would be nice to have a create_email callback to let me create the
 Email object that the view send.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12684>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to