All posts
NewslettersBest Practices

Email Newsletter Best Practices: A Practical Guide

20 June 2026 · 6 min read

A newsletter is one of the few marketing channels you truly own. There is no algorithm deciding who sees it, and no platform that can switch off your reach overnight. But that only matters if your emails arrive, render correctly and are worth reading. Here are the practices that consistently make the difference.

Send with a clear, repeatable purpose

The best newsletters make a promise and keep it. Decide what each issue is for, a monthly round-up, a weekly tip, product news, and stick to it. Readers subscribed for a reason; a consistent format sets expectations and trains people to open you out of habit.

Write subject lines for the inbox, not the page

Most people decide whether to open based on two things: the sender name and the subject line. Keep subjects short (around 30 to 50 characters), specific and honest. Front-load the value so it survives truncation on mobile. Then reinforce it with preview text, the short snippet the inbox shows next to the subject, so the two work together instead of repeating.

Design for scanning

Readers skim. Help them with a clear hierarchy: a strong headline, short paragraphs, descriptive subheadings and generous spacing. One primary call to action per issue outperforms a wall of competing links. If you use columns, keep them simple, two columns are plenty at a 600px width, and make sure the layout still reads top to bottom when it stacks on a phone.

Respect the 600px, table-based reality of email

Email clients are not web browsers. Classic Outlook uses the Word rendering engine, Gmail strips much of your <head> CSS, and support for modern layout is inconsistent. That is why durable emails are still built on tables with inline styles at a fixed width of around 600 pixels. Avoid flexbox and grid, keep styles inline, and test before you send.

  • Use a single, centred content column around 600px wide.
  • Inline your styles so they survive clients that drop head CSS.
  • Set image widths explicitly and always include alt text.
  • Include a plain-text preheader for the inbox preview.

Make images optional, not essential

Many clients block images by default. If your message only makes sense with images on, it fails for a large slice of your audience. Lead with text, use images to support it, and always provide meaningful alt text so the email still communicates when images do not load.

Get consent and make unsubscribing easy

Permission is not just good manners, it is the law in most places. Only email people who opted in, include a clear unsubscribe link in every send, and honour opt-outs promptly. A clean, engaged list beats a large, unwilling one for deliverability and for results.

Ship it, then export clean code

When your newsletter is ready, export inline-styled, table-based HTML and paste it straight into your sending platform. Building the layout in a focused editor, then copying the compliance-ready code, keeps you fast without giving up control over how the email renders. That is exactly what HTML Email Builder is for.

Ready to build your email?

Design it on a 600px canvas and export compliance HTML in minutes.

Open the editor