Skip to content

Releases: ActiveCampaign/postmark-php

v1.0.1

04 Mar 14:45
Compare
Choose a tag to compare

Resolves two issues related to the serialization of email messages.

Initial Release of the Postmark-PHP Client Library!

16 Jan 19:11
Compare
Choose a tag to compare

We're pleased to release version 1.0 of the official PHP client library for Postmark.

This library includes the following features:

  • Full Support for all Postmark API endpoints. With this client, you can:
    • Easily send and process outbound email (including easy handling of email bounces).
    • Easily process inbound email.
    • Manage many aspects of your Postmark Account, including Sender Signatures and Servers.
    • Manage Inbound Rules, as well as Tag Triggers.
  • Composer support (via Packagist.org)
  • Comprehensive Documentation
  • Unit Tests that are verified on every commit by Travis-CI

Check out our article on getting started with the client!