Re: sending emails to multiple people

2008-11-19 Thread Rajesh Dhawan
Hi, > I am trying to send an email to three people as follows: > > if request.session['Email'] != '': > #initialize email variables > # render both html and text strings from the templates below > textmessage = render_to_string('email_text.html', > context_instance=Req

sending emails to multiple people

2008-11-19 Thread Bobby Roberts
I am trying to send an email to three people as follows: if request.session['Email'] != '': #initialize email variables # render both html and text strings from the templates below textmessage = render_to_string('email_text.html', context_instance=RequestContext(reques