Do I need…one-click unsubscribe?

YES

(if you send bulk)

Send 5,000+ emails a day to Gmail or Yahoo and RFC 8058 one-click unsubscribe headers are mandatory, not optional. Below that, they're still the cheapest complaint-rate insurance available.

The long answer ↓

One-click unsubscribe is not the link in your footer. It’s a pair of headers (RFC 8058) that let the mail client itself offer an Unsubscribe button in its UI:

List-Unsubscribe: <https://example.com/unsubscribe?id=abc123>
List-Unsubscribe-Post: List-Unsubscribe=One-Click

When the recipient clicks the client’s button, their provider sends a POST to your URL. You return a 200 or 202 and actually unsubscribe them—no landing page, no “are you sure”, no login wall.

Why this is a yes

The gotchas