{"id":19270806,"url":"https://github.com/activecampaign/postmark-java","last_synced_at":"2026-01-06T20:33:14.786Z","repository":{"id":37794003,"uuid":"109969779","full_name":"ActiveCampaign/postmark-java","owner":"ActiveCampaign","description":"Official Java client library for the Postmark HTTP API ","archived":false,"fork":false,"pushed_at":"2024-08-26T12:54:50.000Z","size":428,"stargazers_count":37,"open_issues_count":4,"forks_count":21,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-02-21T13:11:29.428Z","etag":null,"topics":["email","email-sender","email-sending","java","java-library","postmark","sending"],"latest_commit_sha":null,"homepage":"https://postmarkapp.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ActiveCampaign.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-08T11:55:38.000Z","updated_at":"2025-02-10T07:14:38.000Z","dependencies_parsed_at":"2024-08-26T15:05:45.503Z","dependency_job_id":"982265ff-e56d-459e-a0e3-4c160d2b0c5e","html_url":"https://github.com/ActiveCampaign/postmark-java","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ActiveCampaign","download_url":"https://codeload.github.com/ActiveCampaign/postmark-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241163547,"owners_count":19920432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["email","email-sender","email-sending","java","java-library","postmark","sending"],"created_at":"2024-11-09T20:27:29.856Z","updated_at":"2026-01-06T20:33:14.737Z","avatar_url":"https://github.com/ActiveCampaign.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://postmarkapp.com\"\u003e\n    \u003cimg src=\"postmark.png\" alt=\"Postmark Logo\" title=\"Postmark\" width=\"120\" height=\"120\" align=\"right\"\u003e\n\u003c/a\u003e\n\n# Postmark Java Library\n[![Build Status](https://circleci.com/gh/ActiveCampaign/postmark-java.svg?style=shield)](https://circleci.com/gh/ActiveCampaign/postmark-java)\n[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://www.opensource.org/licenses/MIT)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.postmarkapp/postmark/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.postmarkapp/postmark)\n\n:star: :star: **IMPORTANT UPDATE** :star: :star: **As of version 1.9.0, we migrated from groupid ```com.wildbit.java``` to ```com.postmarkapp```.**\nPlease update your pom.xml file with new groupid and your imports to use the latest versions of the library. \n\nCheck out the new groupid in pom example below, under [installation section](#installation).\n\nPostmark allows you to send your application's emails with high delivery rates, including bounce/spam processing and detailed statistics. \nIn addition, Postmark can parse incoming emails which are forwarded back to your application.\n\nThe Postmark Java Library makes it easier to use the Postmark API from your Java 8+ projects without having to build your own API calls. \n\n## Usage\n\nPlease see the [wiki](https://github.com/ActiveCampaign/postmark-java/wiki) for detailed instructions about sending email, using the bounce api, and other Postmark API options.\nFor details about Postmark API in general, please check out [Postmark developer docs](https://postmarkapp.com/developer).\n\n## Installation\n\nAdd the dependency to your project:\n\n``` xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.postmarkapp\u003c/groupId\u003e\n    \u003cartifactId\u003epostmark\u003c/artifactId\u003e\n    \u003cversion\u003e{version}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nNote: to retrieve the latest version number, visit [maven central repository](https://repo1.maven.org/maven2/com/postmarkapp/postmark/) , or check the badge at top of the page which is showing the latest version synced to Maven repository.\n[Maven central repository link](https://repo1.maven.org/maven2/com/postmarkapp/postmark/) might be slightly more accurate, in case when new version was published recently.\n\nOld versions of the library can be found in this [maven central repository](https://repo1.maven.org/maven2/com/wildbit/java/postmark/).\n\n## Issues \u0026 Comments\n\nFeel 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](https://github.com/ActiveCampaign/postmark-java/wiki/Known-issues-and-how-to-resolve-them).\nPlease leave all comments, bugs, requests and issues on the Issues page.  \n\n## License\n\nThe Postmark Java Library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) license. \nRefere to the [LICENSE](https://github.com/ActiveCampaign/postmark-java/blob/master/LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factivecampaign%2Fpostmark-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factivecampaign%2Fpostmark-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factivecampaign%2Fpostmark-java/lists"}