Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasserra committed Mar 3, 2015
1 parent 768a0a5 commit f4920c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
CHANGELOG for python-postmark
===============================

Version 0.4.8
-------------
- Handle inactive recipient errors (nicholasserra)

Version 0.4.7
-------------
- Fix base64 encoding in Django API for attachments (thanosd)
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Expand Up @@ -24,5 +24,6 @@ Everyone that made python-postmark awesome
- Michael Flaxman (https://github.com/mflaxman)
- Ryan Kuczka (https://github.com/ryankuczka)
- @thanosd (https://github.com/thanosd)
- Nicholas Serra (https://github.com/nicholasserra)

(Did I miss anyone?)
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,9 @@ See [CONTRIBUTORS.md](https://github.com/themartorana/python-postmark/blob/maste
Changelog
----------

Version 0.4.8
- Handle inactive recipient errors (nicholasserra)

Version 0.4.7
- Fix base64 encoding in Django API for attachments (thanosd)

Expand Down Expand Up @@ -85,6 +88,9 @@ class PMMailServerErrorException(PMMailSendException):

class PMMailURLException(PMMailSendException):
#A URLError was caught - usually has to do with connectivity and the ability to reach the server. The inner_exception will have the base URLError object.

class PMMailInactiveRecipientException(PMMailSendException):
# 406: You tried to send a message to a recipient that has been marked as inactive. If this was a batch operation, the rest of the messages were still sent.
```

TODO
Expand Down

0 comments on commit f4920c2

Please sign in to comment.