Releases: Stranger6667/postmarker
Releases · Stranger6667/postmarker
Release 0.6.1
- Fixed handling of
quoted-printable
payload. #76
Release 0.6.0
- Support for link tracking. #62
- Better exceptions handling. #50
- Support for spam check API. #57
- Inline images support. #52
- Domains API. #64
Release 0.5.3
- Tags for Django messages. #59
Release 0.5.2
- Fixed headers decoding. #60
Release 0.5.1
- Fixed invalid messages count in email batches. #55
- Better Django support. #51
Release 0.5.0
- Status API. #39
- Custom user agent. #43
- Jython support. #13
- Handle more than 500 emails in batches. #46
- Templates API. #15
Release 0.4.0
- Python 3.2 support. #38
- Refactoring.
ServerClient
& AccountClient
were removed. #41
Release 0.3.0
- Pass extra settings to
Django
backend. #29
- Testing feature for
Django
backend. #27
- Logging. #19
- Server API. #14
- Improved attachments support. #23
- Improved MIME messages support. #28
Release 0.2.0
- Django email backend. #16
- Support for
MIMEText
sending. #25
- Batch emailing implementation. #12
- Ability to remove headers from email message. #24
- Improved attachments interface. #18
- Support for sending single email. #11