ELSEIF
Your brief EB
297 stories from 72 feeds 70 clusters Refreshed 4 minutes ago next pull 17:35

TECH Signal 402

Stop Sending Me Your Errors

Illustration only Photo by Drew Beamer on Unsplash

An article argues against the practice of putting error messages or raw HTML in the text/plain part of multipart/alternative emails, advocating instead for omitting the plain text part entirely if a proper alternative cannot be generated.

WHY IT MATTERS

Engineers building email systems who insert placeholder errors or raw HTML into the text/plain MIME part are violating the RFC specification and frustrating users who prefer plain text, which can also trigger spam filters.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

The multipart/alternative MIME type is intended to present the same information in different formats, not to display error messages or raw HTML.

02

Inserting error messages into the text/plain part hinders users who configure their clients to prefer plain text or cannot render HTML.

03

The recommended solution is to omit the text/plain part entirely if a valid plain text version cannot be generated, which may also improve deliverability.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Lobsters Stop Sending Me Your Errors Open ↗