sunscrapers / django-templated-mail

Send emails using Django template system.
MIT License
95 stars 22 forks source link

Support reply_to #1

Closed billzhong closed 6 years ago

billzhong commented 6 years ago

Hi,

I have following code:

EmailMessage(self.request, {
    'title': 'test',
}, 'email/message.html').send(
    to=['test1@example.com'],
    reply_to=['test2@example.com'],
)

Returns TypeError: send() got an unexpected keyword argument 'reply_to'.

Thanks.

pszpetkowski commented 6 years ago

Fixed with 1bca21664d93a7995988f715f163ff10ffc51bfb - would be great if you could verify.

pszpetkowski commented 6 years ago

New version has been released and I believe this problem has been solved. I'm going to close the issue, however in case of any problems, you're welcome to re-open/create a new one. Thanks.