Send lightning-fast transactional emails through Postmark API with Node.js
// Require:
var postmark = require("postmark");
// Send an email:
var client = new postmark.ServerClient("POSTMARK-SERVER-API-TOKEN-HERE");
client.sendEmail({
"From": "sender@example.com",
"To": "recipient@example.com",
"Subject": "Test",
"TextBody": "Hello from Postmark!"
});
Want to test our APIs and activity logging? Send emails to test@blackhole.postmarkapp.com
Understanding what types of emails are bouncing, being marked as spam, or being blocked by an ISP makes it easy to know when an email was sent and what happened to it. On top of all the tracking info, in almost four years with Postmark, I can’t remember a single time an outage impacted our business.
We‘ve grown from sending 0 to 200,000 transactional emails daily, and Postmark helped us a lot with scaling that process.
“Our experience with the Postmark team has been fantastic. Our emails are sent on time and deliverability is high. We know we can rely on Postmark.”
“Postmark really impressed us with their focus on transactional emails, instead of just broadcasting.”
We’ve got you covered. We process transactional email for companies of all sizes:
A comprehensive suite of tools to help you seamlessly integrate email with your Node application.
Industry-leading delivery speeds. Up to 4x faster than other providers.
45 days worth of full content history by default to help you troubleshoot (customizable from 7 to 365 days if needed).
Responsive templates for sending transactional emails, including welcome messages, password resets, and more.
Keep track of bounced emails through the web dashboard, or use web hooks to notify your app of any issues.
Easy integration via API or SMTP so you can start sending in minutes.
Take the pain out of handling inbound email. Postmark turns inbound email into a handy JSON object and posts it to a web hook URL.
Your customers expect transactional emails to arrive immediately—not eventually.
We constantly monitor our delivery speeds and share the data publicly.