Hi, I am trying to send an email from one of my views. I found http://www.djangoproject.com/documentation/email/ but I need to include people in the cc list of the message, and that page does not mention anything about cc! I tried the following:
msg = EmailMessage(subject, body, frm, to, headers={'Cc':cc}) but that still did not work... The people on the to kist will get the message, and it will be showing the cc list correctly, but the people on the cc list will never get it. Any ideas? -- Thanks in advance, Medhat --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---