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
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
2 matches
Mail list logo