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 个赞