On Wed, May 6, 2009 at 8:37 PM, matt barto <matt.ba...@gmail.com> wrote:
> I am a novice django user, and I am curious why there is no ability to
> send emails with a CC list?  If there is, how is this done?  The
> current documentation only talks about a Bcc list which is not what I
> want.

Django provides a couple of functions for convenience in common cases,
as well as a more advanced API which is fully documented. But all of
this simply wraps around Python's own standard email-sending
libraries. So if there's something you find yourself needing to do
which isn't covered by the convenience functions in Django, consider
reading up on the Python standard library -- remember that "Django
doesn't have a library that does X" often means "Because Python has
one already".


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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

Reply via email to