Name |
Description |
PostmarkAdminClient |
The PostmarkAdminClient allows users to access and modify
"Account-wide" settings. At this time the API supports
management of the "Sender Signatures", "Domains", and "Servers." |
PostmarkClient |
PostmarkClient provides the main functionality used to send an analyze email on a "per-Server"
basis. If you'd like to manage "Account-wide" configuration, see the PostmarkAdminClient. |
PostmarkClientBase |
This is the core class that interacts with the Postmark API. All clients should
inherit fromt this class. |