Simplified HTML emails

Definitely - when combined with enabling incoming email prefer html, inline responding now works pretty well! :tada:

It’s not perfect, but good enough for the time being. We’ve got a few other priorities at the moment, but getting rid of that pesky additional metadata (through a plugin, as discussed above) is still on our roadmap.

「いいね!」 8

Is this still on your list @LeoMcA?

Somewhere, way way way down on the list. I’m not gonna get to it anytime soon, so if someone else wants to work on it there’s no danger of duplicated work.

「いいね!」 2

私の限られたテストでは、このコードをメールの CSS に追加することでメタデータを非表示にできることがわかりました:

table:first-of-type {
    display:none;
}

「トピックへ移動」リンクのボタンスタイルを抑制する問題については、まだ解決策は見つけていません。フッターの書式設定を完全に制御できないのは非常にストレスです。

「いいね!」 1