The Coldletter blog
Category: Blog
Articles about transactional and marketing emails.
-

Best SMTP Provider According to Reddit (2026)
Reddit does not crown one best SMTP provider, but a few names dominate the threads: Amazon SES for a cheap reliable endpoint, Postmark for deliverability, and self-hosted Postal for the hands-on crowd.
-

MailerLite Pricing Explained: Plans, Limits, and Costs (2026)
MailerLite’s Free, Comfort, Power, and Enterprise plans compared: 2026 starting prices, subscriber-based billing, send limits, and the June price hike.
-

AMP for Email: What It Is, How It Works, and Should You Use It
AMP for email adds interactive components, forms, carousels, live pricing, to messages in Gmail, Yahoo Mail, and Mail.ru. Here is the MIME structure, the sender registration requirement, the real use cases, and the trade-offs that determine whether it is worth building in 2026.
-

Email Regex: How to Validate Email Addresses (and Why Regex Isn’t Enough)
The safest email regex for most applications is the one browsers already run against fields, straight from the WHATWG HTML Living Standard. It catches malformed input, but it cannot confirm the mailbox on the other end exists, that takes a DNS lookup and an SMTP conversation.
-

Plain Text vs HTML Email: Which to Use and When
Plain text and HTML are two different message formats, not two different reputations with mailbox providers. This guide covers when each wins, why deliverability depends on authentication and engagement rather than format, and how multipart/alternative sends both at once.
-

DKIM Selector: What It Is and How to Find Yours
A DKIM selector is the label in a DKIM-Signature header’s s= tag that points a verifier to the right public key in DNS. Here’s how to find yours, read a real DNS lookup, and rotate selectors without breaking signatures still in transit.
-

Email OTP: How One-Time Passcodes Over Email Work (and How to Send Them)
How email OTP works: code length, expiry, hashed storage, and rate limits, plus how it compares to magic links and SMS OTP for login verification.
-

Magic Link Emails: How Passwordless Login Works
A magic link email authenticates a user with a single-use, expiring token instead of a password: click the link, land in an authenticated session. This covers the token contract, the security risks unique to email-based auth, and how magic links compare to email OTP and passwords.
-

Transactional Email Examples: Types, Templates, and What to Include
A catalog of the 11 transactional email types every SaaS product sends, from welcome and password reset to receipts, invoices, and dunning notices, with what to include and a short example for each.
-

Invoice Emails: What to Include, Best Practices, and a Template
An invoice email needs the invoice number, due date, and total due in the body itself, not just the attached PDF, plus a working payment link and a sender address someone monitors. This guide covers what to include, subject line and reminder timing, deliverability, and a copy-paste template.
-

Email Dark Mode: How to Design Emails That Look Right in Dark Mode
Dark mode doesn’t mean one thing across email clients. Apple Mail leaves your HTML untouched, Outlook.com flips only pure black and white, and Gmail’s iOS app rewrites colors throughout the message. Here’s how to control all three with CSS and keep logos legible everywhere.
-

IP Warming: How to Warm Up a New Sending IP (Step-by-Step)
A dedicated sending IP has no history, so mailbox providers judge it purely on what you do in the first few weeks. Learn the mechanics, a representative warmup schedule, and how to monitor progress on a dedicated IP.