pystmark icon indicating copy to clipboard operation
pystmark copied to clipboard

Postmark library for python 2 and 3. Built on top of the requests library.

Results 4 pystmark issues
Sort by recently updated
recently updated
newest added

Add support for fetching templates: https://postmarkapp.com/developer/api/templates-api#list-templates

Attempting to make a pull request here, and trying to run tests, but I'm running into difficulty getting them off the ground. I get the following exception: ``` > python...

I've started getting the following Traceback when sending to Postmark: ``` Traceback (most recent call last): File "../updater\CrossPlatform.py", line 1494, in _send_email_postmark resp = pystmark.send(message, api_key = passwords.postmark_apikey) File "..\libs\pystmark.py",...

From the looks of the PostMarkApp api a "Tag" field should be provided in the Bounces response, can we get that added to the BouncedMessage object? Actually same goes with...