Navigation

  • index
  • modules |
  • next |
  • pystmark 0.4.8 documentation »

Pystmark¶

Pystmark is a wrapper around the Postmark API. It is built on top of Requests.

Installation¶

Install the extension with one of the following commands:

$ easy_install pystmark

or alternatively if you have pip installed:

$ pip install pystmark

Additionally, install Requests in the same manner if you have not.

Web Framework Integration¶

  • Flask-Pystmark

Example Usage¶

  • Sending Email
    • Sending a single message
    • Sending a single message with template
    • Sending batched messages
    • Multiple recipients
    • Sender Configuration
    • Attachments
    • Email Headers
    • Response Errors
    • Requests.request Arguments
  • Bounce Handling
    • Retrieving bounced emails
    • Retrieving a single bounce
    • Retrieving the raw dump for a single bounce
    • Activating a bounced message (re-sending it)
    • Retrieving tags for bounced messages
    • Retrieving delivery statistics

API Reference¶

  • Simple API
    • Sending Email
    • Bounce Handling
  • Advanced API
    • Sending Email
    • Bounce Handling
    • Message Details
  • Message Object
  • Response Objects
  • Response Data Wrappers
  • Exceptions
  • Base Classes

Table of Contents

  • Pystmark
    • Installation
    • Web Framework Integration
    • Example Usage
    • API Reference

Related Topics

  • Documentation overview
    • Next: Sending Email

This Page

  • Show Source

Quick search

Fork me on GitHub
© Copyright 2012-2019, Pystmark Authors. Created using Sphinx.