Set up DMARC and see who's sending email using your brand's domain.
x

Postmark CLI v1.5.8: Template command improvements and more

Version 1.5.8 includes some helpful improvements to the template push command and template preview tool. Check out the release notes for all the details.

January, 2020

Postmark CLI v1.4.6: Template test model storage

You can now test your templates using a custom model! Check out the release notes for more details.

November, 2019

Postmark CLI v1.3.2: Template preview command

We've added a new command that spins up a local web server so that you can easily preview your compiled templates.

  • Standard templates are compiled with their layout
  • Mustachio syntax rendering
  • HTML and text version previews
  • Small and large screen previews
  • Hot reloading - Your browser will automatically reload each time you change your template

Check out the release notes for more details.

August, 2019

MailMason v1.0 released

We released a bunch of improvements to MailMason's workflow. This includes the ability to push your templates up to Postmark as well as general maintenance and package upgrades. We've also made design and accessibility improvements to the starter templates that ship with MailMason.

Show details
  • 3 generic layout options to help you get up and running
  • Each template now uses Nunito Sans as the main typeface. Fallback fonts for older versions of Outlook have also been considered.
  • Dark mode support in all layouts. Works with email clients that support the prefers-color-scheme:dark media query.

May, 2019

Introducing the Postmark CLI

Postmark now has an official command-line interface 🎉. We built a proof of concept earlier this year during our company-wide hack week, and now it’s available for everyone!

October, 2018

Receive service status notifications from our Slack app

You can now receive notifications through our Slack app each time we add or update an incident on our status page. Check out the Postmark Slack app page for more details.

June, 2018

Latest improvements to Rebound’s Javascript API

Rebound's Javascript API now includes a couple of new features that make it easier to use for email-crucial workflows and single-page apps. We’ve introduced a new method(window.Rebound.check()) for explicitly checking an email address whenever you want instead of only on page load. We’ve also introduced an option to continuously run checks in the background without requiring users to reload the page.

Show details

Repeat config option

To continuously check an email address, add the repeat option to the config object. repeat accepts any number above 5000 milliseconds. We recommend using it sparingly for workflows crucial to email such as account activation or password reset pages.


window.Rebound.check(config)

This method accepts the standard config object as the first argument. This is ideal for letting your customers know about delivery issues based on an action they took in your app. Take a look at our CodePen example and learn how to check an email address when a form is submitted using Javascript.

Check out Rebound’s API docs for more details.

May, 2018

Notify your customers about email delivery issues with rebound

Rebound prompts your customers to update their email address if an email you sent them hard bounced.

January, 2018

Introducing the official Postmark Slack app

Send Bounce notification messages from Postmark to a Slack channel of your choice. Each notification also provides a direct link to the Message Details page so that you can investigate further.

May, 2017

Updates to DMARC reports

We decided to take our DMARC reports a step further. Instead of just showing you synthesized DMARC information, we now include helpful tips on how to address each of the possible issues you might see on the IP addresses that are sending on your behalf.