peopledoc / django-mail-factory

Django Mail Manager
Other
72 stars 17 forks source link

Allow custom headers when sending email #51

Closed marcari closed 10 years ago

marcari commented 10 years ago

The current implementation forces the reply-to and does not allow to pass custom headers. This pull request makes it possible to change the default behavior and adds a header parameter.

Natim commented 10 years ago

Hello @marcari, thanks a lot, could you please add two tests for that?

marcari commented 10 years ago

The two tests have been added and pass on my local dev box.

Natim commented 10 years ago

Thanks a lot.

And then I realized I don't have the contributor bit anymore :(

magopian commented 10 years ago

I don't either :/

zebuline commented 10 years ago

Thanks for the PR