All Projects → wildbit → Postmark.js

wildbit / Postmark.js

Licence: mit
Official Node.js library for the Postmark API

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Postmark.js

Django Mail Templated
Send emails using Django template system
Stars: ✭ 146 (-17.51%)
Mutual labels:  email, mail, templates
laravel-mjml
Laravel MJML offers support for rendering MJML syntax into in-line HTML that can be sent within mails.
Stars: ✭ 26 (-85.31%)
Mutual labels:  mail, email, templates
Yii2 Swiftmailer
Yii 2 swiftmailer extension.
Stars: ✭ 109 (-38.42%)
Mutual labels:  email, mail
Action Send Mail
⚙️ A GitHub Action to send an email to multiple recipients
Stars: ✭ 111 (-37.29%)
Mutual labels:  email, mail
Mailinabox
Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
Stars: ✭ 10,649 (+5916.38%)
Mutual labels:  email, mail
Mailer
A lightweight PHP SMTP mail sender
Stars: ✭ 53 (-70.06%)
Mutual labels:  email, mail
Mail4delphi
Mail4Delphi uses the Indy component to send the email.
Stars: ✭ 60 (-66.1%)
Mutual labels:  email, mail
Fuzzymail
📨 Email template generator. Making emails fun again.
Stars: ✭ 114 (-35.59%)
Mutual labels:  email, templates
Bojler
Bojler is an email framework
Stars: ✭ 885 (+400%)
Mutual labels:  email, templates
Mailspring
💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Stars: ✭ 11,953 (+6653.11%)
Mutual labels:  email, mail
N1 Ido
Ido is a clean, simple, Polymail-inspired theme for Mailspring
Stars: ✭ 118 (-33.33%)
Mutual labels:  email, mail
Django mail admin
The one and only django app to receive & send mail with templates and multiple configurations.
Stars: ✭ 140 (-20.9%)
Mutual labels:  email, mail
Imapcopy
Recursively copy all e-mail messages and folders from one IMAP account to another.
Stars: ✭ 52 (-70.62%)
Mutual labels:  email, mail
Postfwd Anti Geoip Spam Plugin
Postfwd plugin for blocking international spam botnets based on geographical location of IP addresses used to login to postfix via sasl.
Stars: ✭ 40 (-77.4%)
Mutual labels:  email, mail
Mailmergelib
MailMergeLib is a mail message client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages.
Stars: ✭ 97 (-45.2%)
Mutual labels:  email, mail
Sendria
Sendria (formerly MailTrap) is a SMTP server designed to run in your dev/test environment, that is designed to catch any email you or your application is sending, and display it in a web interface instead of sending to real world.
Stars: ✭ 30 (-83.05%)
Mutual labels:  email, mail
Preview Email
Automatically opens your browser to preview Node.js email messages sent with Nodemailer. Made for Lad!
Stars: ✭ 112 (-36.72%)
Mutual labels:  email, templates
Node Dkim Key
DKIM (DomainKeys Identified Mail) Key
Stars: ✭ 5 (-97.18%)
Mutual labels:  email, mail
Ismailfine
A simple (but correct) library for validating email addresses. Supports mail addresses as defined in rfc5322 as well as the new Internationalized Mail Address standards (rfc653x). Based on https://github.com/jstedfast/EmailValidation
Stars: ✭ 9 (-94.92%)
Mutual labels:  email, mail
Postmark Php
The official PHP library for Postmark.
Stars: ✭ 117 (-33.9%)
Mutual labels:  email, mail
Postmark Logo

Postmark Node.js Library

Build Status License npm version

Send emails with the greatest of ease! 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.

Now your node.js application can send emails through Postmark. As the official Node.js library for Postmark, postmark.js has support for the entire REST API.

Usage

Please see the wiki for quick start tutorial and detailed instructions about sending email at our documentation page. For details about Postmark API in general, please check out Postmark developer docs.

Installation

Installing postmark javascript library is super simple. Use the following command in your terminal:

npm install postmark

Migrating from version 1x

Please see wiki for more details.

Issues & Comments

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.

License

The Postmark JavaScript Library is licensed under the MIT license. Please refer to the LICENSE 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].