On this blog, we’ll provide more details about upcoming features, interesting ideas we have, and share insights of our current setup.
The differences between a soft and hard bounce.
Combatting spam bots with a honeypot.
Mailcoach just got a lot better!
We’ll learn how to create a custom newsletter component for your SvelteKit project, how to use environment variables, and how to use form actions to progressively enhance our newsletter component.
Laravel Volt is one of Laravel's latest tools to build user interfaces. We love playing around with new stuff, lets find our how we can use Volt to power our subscription forms!
If you’ve ever tried to build an HTML email from scratch, you know that it’s not easy. Email clients don’t support modern HTML and CSS niceties and have a lot of quirks to be mindful of. Conveniences like CSS Grid or even Flexbox are unsupported, leaving us to rely on <table>
tags. Achieving a polished look across various devices and browsers can be quite a challenge.
Earn money by referring people to Mailcoach.
With Mailcoach, protecting your email list & subscription forms against spam is crucial to protect your sending reputation. Mailcoach now makes this easy by integrating with Cloudflare Turnstile, the privacy friendly alternative to Google's ReCaptcha. In this blogpost we'll write a guide on how to set up Cloudflare Turnstile with your self-hosted Mailcoach instance. Mailcoach already has this enabled for all teams & users.
We've just added the ability to use GitHub and Google oauth to log in or register to Mailcoach.
CSS has a lesser-known :target selector to style an element that matches the element linked in the page hash. It's a great way to display a message without creating a separate confirmation page or relying on JavaScript.