Skip to content

LaSav/postmark-transactional-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API to Send Transactional Emails With Postmark and Node.js

A landing page to sign up subscribers to a mailing list (MongoDB) and send a transactional confirmation email using the Postmark API.

Site

Built with

  • Vanilla JavaScript
  • HTML
  • Bootstrap
  • Axios
  • Express
  • Mongoose
  • MongoDB
  • Node.js
  • Postmark

Usage

Install Dependencies and Run

git clone https://github.com/LaSav/postmark-transactional-form
npm install
npm run dev

Env Variables

Create a .env file in the root directory and add the variables:

NODE_ENV = development
PORT = 3000
MONGO_URI = Your MongoDB URI
POSTMARK_KEY = Your Postmark API key

Additional Resources

Postmark Developer Guide

Need to Manage Subscribers and Send Broadcast Emails? Check out:

A Local Interface to Manage Your Subscriptions and Send Emails with Postmark and Node.js

About

Landing Page with Email Service using Postmark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors