Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Releases: netglue/ZF-Postmark

Initial release

15 Aug 14:55
5387326
Compare
Choose a tag to compare

Basic functionality required for receiving HTTP posts from Postmark and triggering appropriate events.

Comes with an example logging listener that you can inspect in order to create your own app specific listeners.

Future plans involve…

  • Possibly supporting Zend Expressive if/when zend-expressive-authentication is released as it'll be required for basic HTTP auth.
  • Maybe bundling factories for the official API client so it's one less job to do.
  • Perhaps also bundling a ZF style mail transport adapter that communicates with the API instead of SMTP.