-------------- - Merged in support for adding a tag through the Django backend (joelryan2k) - Merged in support for POSTMARK_TEST_MODE overriding and beter settings defaults (benhodgson)
0.2.2
-------------- - Merged in email mime import fix from brimcfadden
0.2.1
-------------- - Merged in POSTMARK_TEST_MODE Django setting from maraujop
0.2.0
-------------- - Merged with frozenskys/master to bring in PMBounceManager - Support for multiple to/cc (limit: 20 per) - Changed .recipient to .to (legacy support for .recipient left in) - Tag support (.tag) added - Fixed the email endpoint - Fixed a Django backend issue for multiple recipients (max 20)
0.1.6
-------------- - Added a new PMBounceManager Class that allows easy access to the PostMark bounce API.
0.1.5
-------------- - Added ".cc" property for carbon copy recipients. Changed django_backend to support multiple recipients, and to use "to" rather than "recipients" on the django mail object to prevent accidental leakage of BCC recipients.