Skip to content

Official Java client library for the Postmark HTTP API

License

Notifications You must be signed in to change notification settings

AkuLink1/postmark-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postmark Logo

Postmark Java Library

Build Status License Maven Central

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.wildbit.java</groupId>
    <artifactId>postmark</artifactId>
    <version>{version}</version>
</dependency>

Note: to retrieve 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 acurrate, in case new version was published recently.

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.

About

Official Java client library for the Postmark HTTP API

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%