An open API service indexing awesome lists of open source software.

https://github.com/activecampaign/postmark-nodemailer

Using Postmark to send transactional emails through nodemailer
https://github.com/activecampaign/postmark-nodemailer

Last synced: about 1 year ago
JSON representation

Using Postmark to send transactional emails through nodemailer

Awesome Lists containing this project

README

          

# Postmark + Nodemailer

Using Postmark to send transactional emails through nodemailer is pretty straight forward.

The example.js file in this repo contains some basic example code for getting started. For additional functionality like using Postmark templates, or sending attachment, see the official [nodemailer-postmark-transport module](https://www.npmjs.com/package/nodemailer-postmark-transport) documentation.

## Requirements

Node.js 4+

## Install

```
npm install nodemailer --save
npm install nodemailer-postmark-transport --save
```