postmark-php
postmark-php copied to clipboard
Feature Request: Interfaces
Having a set of interfaces for the classes would allow a developer to use the project in their own code, and mock out the PostmarkClient
, so that his/her own tests wouldn't have to make an API call and actually send an email.