See: Description
| Interface | Description |
|---|---|
| TemplateModel |
Wrapper class for a Postmark message.
|
| Class | Description |
|---|---|
| Attachment |
Attachment for a message.
|
| DateTimeTypeAdapter |
Gson serialization adapter for Joda-Time's
DateTime class. |
| NameValuePair |
Simple class to represent a HTTP header name/value pair.
|
| PostmarkClient |
Class that does the heavy lifting
|
| PostmarkMessage |
Wrapper class for a Postmark message.
|
| PostmarkMessageBase |
Wrapper class for a Postmark message.
|
| PostmarkResponse |
Class that wraps the Postmark response
|
| PostmarkTemplate |
Wrapper class for a Postmark message.
|
| SkipMeExclusionStrategy |
A Gson
ExclusionStrategy to omit fields marked with
the SkipMe annotation from serialization. |
| Enum | Description |
|---|---|
| PostmarkStatus |
Postmark for Java
This library can be used to leverage the postmarkapp.com functionality from a Java client
|
| Exception | Description |
|---|---|
| PostmarkException |
Postmark API exception, including an API response when available.
|
| Annotation Type | Description |
|---|---|
| SkipMe |
Annotation to exclude a field from JSON serialization.
|
Postmark helps deliver and track transactional emails for web applications. In a nutshell, the service replaces SMTP (or Sendmail) with a far more reliable, scalable and care-free environment. In addition, you can track statistics such as number of emails sent or processed, opens, bounces and spam complaints.
Please read the "Things you should know" section of the developer documentation in its entirety, but principally:
Copyright © 2017. All rights reserved.