postmark-nodemailer icon indicating copy to clipboard operation
postmark-nodemailer copied to clipboard

Using Postmark to send transactional emails through nodemailer

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 documentation.

Requirements

Node.js 4+

Install

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