postmark
Version:
Official Node.js client library for the Postmark HTTP API - https://www.postmarkapp.com
43 lines (26 loc) • 2.13 kB
Markdown
<a href="https://postmarkapp.com">
<img src="https://github.com/ActiveCampaign/postmark.js/raw/main/postmark.png" alt="Postmark Logo" title="Postmark" width="120" height="120" align="right">
</a>
[](https://circleci.com/gh/ActiveCampaign/postmark.js)
[](http://www.opensource.org/licenses/MIT)
[](https://badge.fury.io/js/postmark)
Send emails with the greatest of ease! [Postmark](http://www.postmarkapp.com) 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.
Now your node.js application can send emails through [Postmark](http://www.postmarkapp.com).
As the official Node.js library for Postmark, postmark.js has support for the entire REST API.
Please see the [wiki](https://github.com/ActiveCampaign/postmark.js/wiki) for quick start tutorial and detailed instructions about sending email at our [documentation page](https://ActiveCampaign.github.io/postmark.js/).
For details about Postmark API in general, please check out [Postmark developer docs](https://postmarkapp.com/developer).
Installing `postmark` javascript library is super simple. Use the following command in your terminal:
```bash
npm install postmark
```
Please see [wiki](https://github.com/ActiveCampaign/postmark.js/wiki/Migrating-from-older-version) for more details.
Feel free to contact us if you encounter any issues with the library or Postmark API.
Please leave all comments, bugs, requests and issues on the Issues page.
The Postmark JavaScript Library is licensed under the **MIT** license. Please refer to the [LICENSE](https://github.com/ActiveCampaign/postmark.js/blob/main/LICENSE) for more information.