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 лайк