The Art of Clear Communication

Why your words matter more than your design.

Why Plain Text Wins

Email deliverability is not optional for modern publishers. The shift toward "un-designed" emails — single-column, text-forward, no heavy graphics — isn't just a trend. It's a response to how email clients actually work[1].

Pro tip: Text-forward emails consistently outperform designed templates in inbox placement. Gmail's algorithm rewards emails that look like personal correspondence.

The Key Principles

  1. Lead with value. Your first sentence determines whether someone reads the rest.
  2. One idea per issue. Newsletters that try to cover everything cover nothing.
  3. Write like you talk. The best newsletters sound like a smart friend explaining something over coffee.

Here's what not to do:

  • Stuff keywords into your subject line
  • Use 15 different font sizes
  • Embed a full website in an email

"The medium is the message." — Marshall McLuhan

If you're sending from a shared IP without DMARC, your inbox placement likely dropped 15-25% after Gmail's February 2026 update.

Code Example

If you're a developer, you can publish with a single API call:

curl -X POST https://api.imprimo.pub/v1/posts \
  -H "Authorization: Bearer $KEY" \
  -d '{"title": "Weekly Update", "markdown": "# Hello\n\nContent here..."}'

The response includes the post ID and status:

{
  "id": "post_7xk2m",
  "status": "draft",
  "created_at": "2026-03-22T10:30:00Z"
}

Use inline code for technical terms like SPF, DKIM, and DMARC.

A Comparison

FeatureTraditionalMarkdown-Native
Formatting time20-60 min0 min
Email client bugsCommonRare
Dark mode supportManualAutomatic
API integrationComplexSimple
Footnotes in emailBrokenEndnotes ✓

The Bottom Line

This is a note callout. Use these to highlight important information that isn't a warning or a tip — supplementary context that enriches the main content.

The best newsletters are written, not designed. Focus on the words. Let Imprimo handle the rendering[2].

That's it for this week. Hit reply if you have questions — I read every response.

Notes

  1. Based on 2026 cross-industry data. Gmail's Promotions tab algorithm penalizes image-heavy HTML emails, while text-forward emails land in Primary.

  2. Imprimo's dual-render engine produces both web HTML and email-safe HTML from a single Markdown source. Footnotes render as interactive popovers on web and numbered endnotes in email.

Newsletter · Unsubscribe