Reply-To header?

24 views
Skip to first unread message

michaelg

unread,
Feb 16, 2009, 12:38:17 PM2/16/09
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 AM2/19/09
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