-------------- - Added ".reply_to" property. The "ReplyTo" custom header is unallowed by Postmark now, and their documentation has been updated to reflect the change. http://developer.postmarkapp.com
0.1.3
-------------- - Major fix to the way properties were being used, fixes doc strings in properties - "custom_headers" is now always a dict, even if set to None
0.1.2
-------------- - Added 'custom_headers' property (must be a dictionary) to PMMail object - Added optional 'test' argument to send function to print JSON message instead of actually sending it