send_mail reply to (how to?)

151 views
Skip to first unread message

Bobby Roberts

unread,
Jan 13, 2013, 3:23:15 PM1/13/13
to django...@googlegroups.com
i'm trying to set the reply-to as shown here but it's erroring out:

                                textmessage = render_to_string('communications/email/text/contact.html', mydict)
                                from_email=request.POST.get('Email','')
                                to_email=['what...@gmail.com']
                                subject = 'mysite  Inquiry'
                                iheaders = {'reply-to':request.POST.get('Email','')}
                                send_mail(subject,textmessage,from_email,to_email, headers=iheaders)


Traceback:  

send_mail() got an unexpected keyword argument 'headers'


What am i doing wrong here?

ANKIT BAGARIA

unread,
Jan 13, 2013, 11:24:13 PM1/13/13
to django...@googlegroups.com
as far as i remember by going through documentation od django on sending mail send_mail() does not have any parameter called headers.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/COfDjQrhzgEJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.



--
ANKIT BAGARIA
Reply all
Reply to author
Forward
Message has been deleted
0 new messages