Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Add support reply_to parameter(from Django 1.8) #114

Merged
merged 1 commit into from
Nov 30, 2018

Conversation

kostyaeremin
Copy link
Contributor

What's this Pull Request do?

Fix issue with empty reply_to.

What has been changed?

  • Changed adding reply_to to email.

Any background context you want to provide?

From Django 1.8, EmailMessage and EmailMultiAlternatives now support the reply_to parameter.
Release notes

So that, if you need to add reply_to, you should use reply_to field of EmailMultiAlternatives when you send email.

GitHub issues

https://github.com/dstegelman/django-mail-queue/issues/113

@dstegelman dstegelman self-assigned this Nov 22, 2018
@dstegelman dstegelman self-requested a review November 22, 2018 14:11
@dstegelman
Copy link
Owner

Thanks for the PR, I am on holiday break right now, but I'll be able to take a look at this later next week.

@dstegelman dstegelman merged commit 19b476d into dstegelman:master Nov 30, 2018
Someguy123 added a commit to Privex/django-mail-queue that referenced this pull request Dec 5, 2018
Merge pull request dstegelman#114 from kostyaeremin/master
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants