Groups
Groups
Sign in
Groups
Groups
django-mailer
Conversations
About
Send feedback
Help
Reply-To header?
24 views
Skip to first unread message
michaelg
unread,
Feb 16, 2009, 12:38:17 PM
2/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-mailer
I was looking at django's EmailMessage class, and noticed you could
specify a Reply-To header like the following:
email = EmailMessage('Hello', 'Body goes here', '
fr...@example.com
',
['
t...@example.com
', '
t...@example.com
'],
['
b...@example.com
'],
headers = {'Reply-To': '
ano...@example.com
'})
(
http://docs.djangoproject.com/en/dev/topics/email/#emailmessage-
objects)
Is it possible to do the same with django-mailer?
James Tauber
unread,
Feb 19, 2009, 8:54:30 AM
2/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Should be fairly easy to add support for. Can you create an issue on
the issue tracker?
Reply all
Reply to author
Forward
0 new messages