#5790: Add support for Cc: in django/core/mail.py
--------------------------+-------------------------------------------------
Reporter: tpetazzoni | Owner: nobody
Status: new | Component: Core framework
Version: SVN | Resolution:
Keywords: | Stage: Design decision needed
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
--------------------------+-------------------------------------------------
Changes (by mtredinnick):
* needs_better_patch: => 0
* stage: Unreviewed => Design decision needed
* needs_tests: => 0
* needs_docs: => 0
Comment:
I've generally been -1 on this in the past. We're not aiming to implement
all-singing, all-dancing email functionality here, since that already
exists in the Python library.
You can send to anybody you like using the "to" line, or you can subclass
!EmailMessage to add CC functionality if you really want it (c.f. we
needed to add Bcc because you can't use "to" for that). So this patch adds
no functionality that isn't already possible, but adds more complexity to
the code and the API.
Leaving open for a little while in case another core dev has a differing
opinion.
--
Ticket URL: <http://code.djangoproject.com/ticket/5790#comment:1>
Django Code <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
-~----------~----~----~----~------~----~------~--~---