All Projects → wildbit → Postmark Java

wildbit / Postmark Java

Licence: mit
Official Java client library for the Postmark HTTP API

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Postmark Java

0x4447 product s3 email
📫 A serverless email server on AWS using S3 and SES
Stars: ✭ 2,905 (+16038.89%)
Mutual labels:  email, email-sender
Vmime
VMime Mail Library
Stars: ✭ 218 (+1111.11%)
Mutual labels:  email, email-sender
Email Dashboard
📪 An interactive emailing management service with scheduling, templating, tracking and A/B testing.
Stars: ✭ 194 (+977.78%)
Mutual labels:  email, email-sender
Nodemailer
✉️ Send e-mails with Node.JS – easy as cake!
Stars: ✭ 14,354 (+79644.44%)
Mutual labels:  email, email-sender
activism-mailbot
No description or website provided.
Stars: ✭ 49 (+172.22%)
Mutual labels:  email, email-sender
Nova Custom Email Sender
A Laravel Nova tool that sends ad-hoc email messages from the dashboard.
Stars: ✭ 62 (+244.44%)
Mutual labels:  email, email-sender
Drymail
Makes sending emails easy and DRY — For Python 3.
Stars: ✭ 218 (+1111.11%)
Mutual labels:  email, email-sender
Cuttlefish
Transactional email server with a lovely web interface
Stars: ✭ 985 (+5372.22%)
Mutual labels:  email, email-sender
Email-Spammer
Great script for sending and spaming emails! gmail, yahoo, outlook, hotmail.
Stars: ✭ 79 (+338.89%)
Mutual labels:  email, email-sender
bulk-email-sender
Send Templatized Dynamic Emails Automatically
Stars: ✭ 30 (+66.67%)
Mutual labels:  email, email-sender
Mailer
A light-weight, modular, message representation and mail delivery framework for Python.
Stars: ✭ 225 (+1150%)
Mutual labels:  email, email-sender
Php Imap Client
a easy solution for simple IMAP email access in php
Stars: ✭ 254 (+1311.11%)
Mutual labels:  email, email-sender
ESP-Mail-Client
⚡️Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.
Stars: ✭ 78 (+333.33%)
Mutual labels:  email, email-sender
Omnimail
Send email across all platforms using one interface
Stars: ✭ 325 (+1705.56%)
Mutual labels:  email, email-sender
Nylas Mail
💌 An extensible desktop mail app built on the modern web. Forks welcome!
Stars: ✭ 24,653 (+136861.11%)
Mutual labels:  email
Sup
A curses threads-with-tags style email client (mailing list: [email protected])
Stars: ✭ 780 (+4233.33%)
Mutual labels:  email
Php Mime Mail Parser
A fully tested email parser for PHP 7.2+ (mailparse extension wrapper).
Stars: ✭ 687 (+3716.67%)
Mutual labels:  email
Imap
Object-oriented, fully tested PHP IMAP library
Stars: ✭ 678 (+3666.67%)
Mutual labels:  email
Node Dkim Key
DKIM (DomainKeys Identified Mail) Key
Stars: ✭ 5 (-72.22%)
Mutual labels:  email
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+4022.22%)
Mutual labels:  email
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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].