Postmark Java Save

Official Java client library for the Postmark HTTP API

Project README
Postmark Logo

Postmark Java Library

Build Status License Maven Central

:star: :star: IMPORTANT UPDATE :star: :star: As of version 1.9.0, we migrated from groupid com.wildbit.java to com.postmarkapp. Please update your pom.xml file with new groupid and your imports to use the latest versions of the library.

Check out the new groupid in pom example below, under installation section.

Postmark allows you to send your application's emails with high delivery rates, including bounce/spam processing and detailed statistics. In addition, Postmark can parse incoming emails which are forwarded back to your application.

The Postmark Java Library makes it easier to use the Postmark API from your Java 8+ projects without having to build your own API calls.

Usage

Please see the wiki for detailed instructions about sending email, using the bounce api, and other Postmark API options. For details about Postmark API in general, please check out Postmark developer docs.

Installation

Add the dependency to your project:

<dependency>
    <groupId>com.postmarkapp</groupId>
    <artifactId>postmark</artifactId>
    <version>{version}</version>
</dependency>

Note: to retrieve the latest version number, visit maven central repository , or check the badge at top of the page which is showing the latest version synced to Maven repository. Maven central repository link might be slightly more accurate, in case when new version was published recently.

Old versions of the library can be found in this maven central repository.

Issues & Comments

Feel free to contact us if you encounter any issues with the library or Postmark API. For any known issues and resolutions, please check out the wiki section. Please leave all comments, bugs, requests and issues on the Issues page.

License

The Postmark Java Library is licensed under the MIT license. Refere to the LICENSE file for more information.

Open Source Agenda is not affiliated with "Postmark Java" Project. README Source: ActiveCampaign/postmark-java
Stars
35
Open Issues
0
Last Commit
4 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating