Blog

On this blog, we’ll provide more details about upcoming features, interesting ideas we have, and share insights of our current setup.

October 18th, 2024

You can now manage suppressions through the Mailcoach API

Email addresses get added to your suppression list automatically when Mailcoach receives a hard bounce or spam complaint. You can now add or remove addresses from your suppression list through the API as well.

Read more
October 10th, 2024

Fake it till you make it: testing transactional emails with Mailcoach in Laravel

Transactional emails are emails triggered by user behavior, such as a password reset email, or by an action such as an order being created or a product being shipped. While developing your application, you should test the transactional email flow to make sure the content and timing of the emails are just as expected. You could use a third party service to test the flow, or you could just use Mailcoach to test everything up to the point of the final delivery!

Read more
September 20th, 2024

Subscriber engagement statistics now available

We’ve just added a new feature that tracks your subscriber engagement in a privacy-friendly way and added an accompanying segment which you can use to segment your email lists based on engagement.

Read more
August 26th, 2024

Create segments from subscriber attributes

You can now create list segments based on subscriber attributes.

Read more
August 26th, 2024

Define attributes on lists

You can now define attributes on an email list to merge them with subscriber attributes for an email. This can be useful to customize your email templates per list, or provide a default value for an attribute.

Read more
August 23rd, 2024

Resend a cancelled campaign

In the latest release of Mailcoach, we’ve introduced a long-requested feature. You can continue sending a cancelled campaign with just one click.

Read more
August 13th, 2024

Sending transactional emails using Mailcoach API in an Express.js application

Learn how to use Mailcoach API for transactional emails in an Express.js application.

Read more
July 7th, 2024

Guide: How to add a preview text to your campaigns

Improve your open rates by adding a preview text to your campaign.

Read more
July 5th, 2024

Speeding up database searches using an invisible column

Here at Mailcoach, we handle email lists with up to millions of subscribers. Keeping queries, and especially search queries fast is paramount for a good user experience.

Read more
June 12th, 2024

Building our new automation workflow builder with css flexbox

In this post we’ll uncover some of the techniques used to create our automation builder without any dependencies on large JavaScript libraries using only CSS Flexbox for the layout.

Read more