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
- Host: GitHub
- URL: https://github.com/activecampaign/postmark-nodemailer
- Owner: ActiveCampaign
- License: mit
- Created: 2018-04-23T14:02:09.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T11:33:16.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T16:07:50.427Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 19
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```