Re: sending email with cc

2007-09-17 Thread Malcolm Tredinnick
On Sun, 2007-09-16 at 23:32 -0700, medhat wrote: > 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

sending email with cc

2007-09-16 Thread medhat
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